#CFD371

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

Shades of Goldenrod #CFD371

Tints of Goldenrod #CFD371

Color information

#CFD371 (or 0xCFD371) is unknown color: approx Goldenrod. HEX triplet: CF, D3 and 71. RGB value is (207,211,113). Sum of RGB (Red+Green+Blue) = 207+211+113=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 211 (82.81% from 255 or 39.74% from 531); Blue value is 113 (44.53% from 255 or 21.28% from 531); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD371 is #302C8E. Grayscale: #C7C7C7. Windows color (decimal): -3157135 or 7459791. OLE color: 7459791.

HSL color Cylindrical-coordinate representation of color #CFD371: hue angle of 62.45º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFD371 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB207211113-
CMYK0.0200.460.17
HSL62.45º52.69%63.53%-
HSV(B)62.45º46.45%82.75%-
XYZ52.0161.0524.66-
YUV198.6379.67133.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.98%
GREEN value IS 211 (82.81% from 255) = 39.74%
BLUE value IS 113 (44.53% from 255) = 21.28%
R=38.98%
G=39.74%
B=21.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2072111130.0200.460.1762.4552.6963.53
HexCFD371202E113e3540
Octal3173231612056217665100
Binary11001111110100111110001100101110100011111101101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD371; }

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

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

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

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

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

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

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

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