#CFD271

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

Shades of Goldenrod #CFD271

Tints of Goldenrod #CFD271

Color information

#CFD271 (or 0xCFD271) is unknown color: approx Goldenrod. HEX triplet: CF, D2 and 71. RGB value is (207,210,113). Sum of RGB (Red+Green+Blue) = 207+210+113=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 210 (82.42% from 255 or 39.62% from 530); Blue value is 113 (44.53% from 255 or 21.32% from 530); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD271 is #302D8E. Grayscale: #C6C6C6. Windows color (decimal): -3157391 or 7459535. OLE color: 7459535.

HSL color Cylindrical-coordinate representation of color #CFD271: hue angle of 61.86º degrees, saturation: 0.52, 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 #CFD271 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB207210113-
CMYK0.0100.460.18
HSL61.86º51.87%63.33%-
HSV(B)61.86º46.19%82.35%-
XYZ51.7660.5524.58-
YUV198.0480.01134.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.06%
GREEN value IS 210 (82.42% from 255) = 39.62%
BLUE value IS 113 (44.53% from 255) = 21.32%
R=39.06%
G=39.62%
B=21.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2072101130.0100.460.1861.8651.8763.33
HexCFD271102E123e343f
Octal317322161105622766477
Binary110011111101001011100011010111010010111110110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD271; }

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

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

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

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

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

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

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

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