#CFD771

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

Shades of Goldenrod #CFD771

Tints of Goldenrod #CFD771

Color information

#CFD771 (or 0xCFD771) is unknown color: approx Goldenrod. HEX triplet: CF, D7 and 71. RGB value is (207,215,113). Sum of RGB (Red+Green+Blue) = 207+215+113=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 215 (84.38% from 255 or 40.19% from 535); Blue value is 113 (44.53% from 255 or 21.12% from 535); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD771 is #30288E. Grayscale: #C9C9C9. Windows color (decimal): -3156111 or 7460815. OLE color: 7460815.

HSL color Cylindrical-coordinate representation of color #CFD771: hue angle of 64.71º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFD771 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB207215113-
CMYK0.0400.470.16
HSL64.71º56.04%64.31%-
HSV(B)64.71º47.44%84.31%-
XYZ53.0163.0625-
YUV200.9878.35132.29-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.69%
GREEN value IS 215 (84.38% from 255) = 40.19%
BLUE value IS 113 (44.53% from 255) = 21.12%
R=38.69%
G=40.19%
B=21.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072151130.0400.470.1664.7156.0464.31
HexCFD771402F10413840
Octal31732716140572010170100
Binary1100111111010111111000110001011111000010000011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD771; }

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

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

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

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

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

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

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

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