#CFDD6B

Color #CFDD6B Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #CFDD6B

Tints of Goldenrod #CFDD6B

Color information

#CFDD6B (or 0xCFDD6B) is unknown color: approx Goldenrod. HEX triplet: CF, DD and 6B. RGB value is (207,221,107). Sum of RGB (Red+Green+Blue) = 207+221+107=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 107 (42.19% from 255 or 20% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDD6B is #302294. Grayscale: #CCCCCC. Windows color (decimal): -3154581 or 7069135. OLE color: 7069135.

HSL color Cylindrical-coordinate representation of color #CFDD6B: hue angle of 67.37º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFDD6B is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB207221107-
CMYK0.0600.520.13
HSL67.37º62.64%64.31%-
HSV(B)67.37º51.58%86.67%-
XYZ54.2466.0423.8-
YUV203.8273.36130.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 38.69%
GREEN value IS 221 (86.72% from 255) = 41.31%
BLUE value IS 107 (42.19% from 255) = 20%
R=38.69%
G=41.31%
B=20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072211070.0600.520.1367.3762.6464.31
HexCFDD6B6034D433f40
Octal31733515360641510377100
Binary110011111101110111010111100110100110110000111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDD6B; }

 p { color: rgb(207,221,107); }

 H1.HeaderClassName
 {
   color: #CFDD6B;
 }
 .AnyTagClassName
 {
   color: #CFDD6B;
 }
</style>
background-color css

<style>
 a { background-color: #CFDD6B; }

 a { background-color: rgb(207,221,107); }

 div.DivClassName
 {
   background-color: #CFDD6B;
 }
 .BgClassName
 {
   background-color: #CFDD6B;
 }
</style>
border-color css

<style>
 span { border-color: #CFDD6B; }

 span { border-color: rgb(207,221,107); }

 td.TdClassName
 {
   border-color: #CFDD6B;
 }
 .TagClassName
 {
   border-color: #CFDD6B;
 }
</style>