#CFDC67

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

Shades of Goldenrod #CFDC67

Tints of Goldenrod #CFDC67

Color information

#CFDC67 (or 0xCFDC67) is unknown color: approx Goldenrod. HEX triplet: CF, DC and 67. RGB value is (207,220,103). Sum of RGB (Red+Green+Blue) = 207+220+103=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 103 (40.62% from 255 or 19.43% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDC67 is #302398. Grayscale: #CBCBCB. Windows color (decimal): -3154841 or 6806735. OLE color: 6806735.

HSL color Cylindrical-coordinate representation of color #CFDC67: hue angle of 66.67º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFDC67 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB207220103-
CMYK0.0600.530.14
HSL66.67º62.57%63.33%-
HSV(B)66.67º53.18%86.27%-
XYZ53.7765.4322.63-
YUV202.7771.69131.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.06%
GREEN value IS 220 (86.33% from 255) = 41.51%
BLUE value IS 103 (40.62% from 255) = 19.43%
R=39.06%
G=41.51%
B=19.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072201030.0600.530.1466.6762.5763.33
HexCFDC676035E433f3f
Octal3173341476065161037777
Binary11001111110111001100111110011010111101000011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDC67; }

 p { color: rgb(207,220,103); }

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

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

 a { background-color: rgb(207,220,103); }

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

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

 span { border-color: rgb(207,220,103); }

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