#CFD36D

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

Shades of Goldenrod #CFD36D

Tints of Goldenrod #CFD36D

Color information

#CFD36D (or 0xCFD36D) is unknown color: approx Goldenrod. HEX triplet: CF, D3 and 6D. RGB value is (207,211,109). Sum of RGB (Red+Green+Blue) = 207+211+109=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 109 (42.97% from 255 or 20.68% from 527); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD36D is #302C92. Grayscale: #C6C6C6. Windows color (decimal): -3157139 or 7197647. OLE color: 7197647.

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

Color convert

RGB207211109-
CMYK0.0200.480.17
HSL62.35º53.68%62.75%-
HSV(B)62.35º48.34%82.75%-
XYZ51.7960.9623.5-
YUV198.1877.67134.29-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.28%
GREEN value IS 211 (82.81% from 255) = 40.04%
BLUE value IS 109 (42.97% from 255) = 20.68%
R=39.28%
G=40.04%
B=20.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2072111090.0200.480.1762.3553.6862.75
HexCFD36D2030113e363f
Octal317323155206021766677
Binary1100111111010011110110110011000010001111110110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD36D; }

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

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

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

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

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

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

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

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