#CFD071

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

Shades of Goldenrod #CFD071

Tints of Goldenrod #CFD071

Color information

#CFD071 (or 0xCFD071) is unknown color: approx Goldenrod. HEX triplet: CF, D0 and 71. RGB value is (207,208,113). Sum of RGB (Red+Green+Blue) = 207+208+113=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 208 (81.64% from 255 or 39.39% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD071 is #302F8E. Grayscale: #C5C5C5. Windows color (decimal): -3157903 or 7459023. OLE color: 7459023.

HSL color Cylindrical-coordinate representation of color #CFD071: hue angle of 60.63º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFD071 is Cyan = 0.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB207208113-
CMYK0.0000.460.18
HSL60.63º50.26%62.94%-
HSV(B)60.63º45.67%81.57%-
XYZ51.2759.5724.42-
YUV196.8780.67135.22-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.20%
GREEN value IS 208 (81.64% from 255) = 39.39%
BLUE value IS 113 (44.53% from 255) = 21.40%
R=39.20%
G=39.39%
B=21.40%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2072081130.0000.460.1860.6350.2662.94
HexCFD071002E123d323f
Octal317320161005622756277
Binary110011111101000011100010010111010010111101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD071; }

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

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

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

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

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

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

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

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