#CFD56D

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

Shades of Goldenrod #CFD56D

Tints of Goldenrod #CFD56D

Color information

#CFD56D (or 0xCFD56D) is unknown color: approx Goldenrod. HEX triplet: CF, D5 and 6D. RGB value is (207,213,109). Sum of RGB (Red+Green+Blue) = 207+213+109=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 109 (42.97% from 255 or 20.60% from 529); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD56D is #302A92. Grayscale: #C7C7C7. Windows color (decimal): -3156627 or 7198159. OLE color: 7198159.

HSL color Cylindrical-coordinate representation of color #CFD56D: hue angle of 63.46º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFD56D is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB207213109-
CMYK0.0300.490.16
HSL63.46º55.32%63.14%-
HSV(B)63.46º48.83%83.53%-
XYZ52.2961.9623.67-
YUV199.3577.01133.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.13%
GREEN value IS 213 (83.59% from 255) = 40.26%
BLUE value IS 109 (42.97% from 255) = 20.60%
R=39.13%
G=40.26%
B=20.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072131090.0300.490.1663.4655.3263.14
HexCFD56D3031103f373f
Octal317325155306120776777
Binary1100111111010101110110111011000110000111111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD56D; }

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

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

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

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

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

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

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

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