#CFCA69

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

Shades of Goldenrod #CFCA69

Tints of Goldenrod #CFCA69

Color information

#CFCA69 (or 0xCFCA69) is unknown color: approx Goldenrod. HEX triplet: CF, CA and 69. RGB value is (207,202,105). Sum of RGB (Red+Green+Blue) = 207+202+105=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 105 (41.41% from 255 or 20.43% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCA69 is #303596. Grayscale: #C0C0C0. Windows color (decimal): -3159447 or 6933199. OLE color: 6933199.

HSL color Cylindrical-coordinate representation of color #CFCA69: hue angle of 57.06º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFCA69 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB207202105-
CMYK00.020.490.19
HSL57.06º51.52%61.18%-
HSV(B)57.06º49.28%81.18%-
XYZ49.456.5321.67-
YUV192.4478.66138.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.27%
GREEN value IS 202 (79.30% from 255) = 39.30%
BLUE value IS 105 (41.41% from 255) = 20.43%
R=40.27%
G=39.30%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720210500.020.490.1957.0651.5261.18
HexCFCA6902311339343d
Octal317312151026123716475
Binary1100111111001010110100101011000110011111001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCA69; }

 p { color: rgb(207,202,105); }

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

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

 a { background-color: rgb(207,202,105); }

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

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

 span { border-color: rgb(207,202,105); }

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