#CFCE71

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

Shades of Goldenrod #CFCE71

Tints of Goldenrod #CFCE71

Color information

#CFCE71 (or 0xCFCE71) is unknown color: approx Goldenrod. HEX triplet: CF, CE and 71. RGB value is (207,206,113). Sum of RGB (Red+Green+Blue) = 207+206+113=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 113 (44.53% from 255 or 21.48% from 526); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCE71 is #30318E. Grayscale: #C4C4C4. Windows color (decimal): -3158415 or 7458511. OLE color: 7458511.

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

Color convert

RGB207206113-
CMYK00.000.450.19
HSL59.36º49.47%62.75%-
HSV(B)59.36º45.41%81.18%-
XYZ50.7858.624.26-
YUV195.781.33136.06-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.35%
GREEN value IS 206 (80.86% from 255) = 39.16%
BLUE value IS 113 (44.53% from 255) = 21.48%
R=39.35%
G=39.16%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720611300.000.450.1959.3649.4762.75
HexCFCE71002D133b313f
Octal317316161005523736177
Binary110011111100111011100010010110110011111011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCE71; }

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

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

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

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

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

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

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

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