#CFCE65

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

Shades of Goldenrod #CFCE65

Tints of Goldenrod #CFCE65

Color information

#CFCE65 (or 0xCFCE65) is unknown color: approx Goldenrod. HEX triplet: CF, CE and 65. RGB value is (207,206,101). Sum of RGB (Red+Green+Blue) = 207+206+101=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCE65 is #30319A. Grayscale: #C2C2C2. Windows color (decimal): -3158427 or 6672079. OLE color: 6672079.

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

Color convert

RGB207206101-
CMYK00.000.510.19
HSL59.43º52.48%60.39%-
HSV(B)59.43º51.21%81.18%-
XYZ50.1558.3520.93-
YUV194.3375.33137.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.27%
GREEN value IS 206 (80.86% from 255) = 40.08%
BLUE value IS 101 (39.84% from 255) = 19.65%
R=40.27%
G=40.08%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720610100.000.510.1959.4352.4860.39
HexCFCE650033133b343c
Octal317316145006323736474
Binary110011111100111011001010011001110011111011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCE65; }

 p { color: rgb(207,206,101); }

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

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

 a { background-color: rgb(207,206,101); }

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

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

 span { border-color: rgb(207,206,101); }

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