#CFCD6D

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

Shades of Goldenrod #CFCD6D

Tints of Goldenrod #CFCD6D

Color information

#CFCD6D (or 0xCFCD6D) is unknown color: approx Goldenrod. HEX triplet: CF, CD and 6D. RGB value is (207,205,109). Sum of RGB (Red+Green+Blue) = 207+205+109=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 109 (42.97% from 255 or 20.92% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCD6D is #303292. Grayscale: #C3C3C3. Windows color (decimal): -3158675 or 7196111. OLE color: 7196111.

HSL color Cylindrical-coordinate representation of color #CFCD6D: hue angle of 58.78º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFCD6D is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB207205109-
CMYK00.010.470.19
HSL58.78º50.52%61.96%-
HSV(B)58.78º47.34%81.18%-
XYZ50.3258.0323.02-
YUV194.6579.66136.81-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.73%
GREEN value IS 205 (80.47% from 255) = 39.35%
BLUE value IS 109 (42.97% from 255) = 20.92%
R=39.73%
G=39.35%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720510900.010.470.1958.7850.5261.96
HexCFCD6D012F133b333e
Octal317315155015723736376
Binary110011111100110111011010110111110011111011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCD6D; }

 p { color: rgb(207,205,109); }

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

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

 a { background-color: rgb(207,205,109); }

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

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

 span { border-color: rgb(207,205,109); }

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