#CFD570

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

Shades of Goldenrod #CFD570

Tints of Goldenrod #CFD570

Color information

#CFD570 (or 0xCFD570) is unknown color: approx Goldenrod. HEX triplet: CF, D5 and 70. RGB value is (207,213,112). Sum of RGB (Red+Green+Blue) = 207+213+112=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 213 (83.59% from 255 or 40.04% from 532); Blue value is 112 (44.14% from 255 or 21.05% from 532); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD570 is #302A8F. Grayscale: #C8C8C8. Windows color (decimal): -3156624 or 7394767. OLE color: 7394767.

HSL color Cylindrical-coordinate representation of color #CFD570: hue angle of 63.56º degrees, saturation: 0.55, 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 #CFD570 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB207213112-
CMYK0.0300.470.16
HSL63.56º54.59%63.73%-
HSV(B)63.56º47.42%83.53%-
XYZ52.4562.0224.54-
YUV199.6978.51133.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.91%
GREEN value IS 213 (83.59% from 255) = 40.04%
BLUE value IS 112 (44.14% from 255) = 21.05%
R=38.91%
G=40.04%
B=21.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072131120.0300.470.1663.5654.5963.73
HexCFD570302F10403740
Octal31732516030572010067100
Binary110011111101010111100001101011111000010000001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD570; }

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

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

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

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

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

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

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

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