#CAD870

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

Shades of Goldenrod #CAD870

Tints of Goldenrod #CAD870

Color information

#CAD870 (or 0xCAD870) is unknown color: approx Goldenrod. HEX triplet: CA, D8 and 70. RGB value is (202,216,112). Sum of RGB (Red+Green+Blue) = 202+216+112=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 112 (44.14% from 255 or 21.13% from 530); Max value from RGB is 216 - color contains mainly: green. Hex color #CAD870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD870 is #35278F. Grayscale: #C8C8C8. Windows color (decimal): -3483536 or 7395530. OLE color: 7395530.

HSL color Cylindrical-coordinate representation of color #CAD870: hue angle of 68.08º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CAD870 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB202216112-
CMYK0.0600.480.15
HSL68.08º57.14%64.31%-
HSV(B)68.08º48.15%84.71%-
XYZ51.8462.8424.73-
YUV199.9678.36129.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.11%
GREEN value IS 216 (84.77% from 255) = 40.75%
BLUE value IS 112 (44.14% from 255) = 21.13%
R=38.11%
G=40.75%
B=21.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022161120.0600.480.1568.0857.1464.31
HexCAD8706030F443940
Octal31233016060601710471100
Binary110010101101100011100001100110000111110001001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD870; }

 p { color: rgb(202,216,112); }

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

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

 a { background-color: rgb(202,216,112); }

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

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

 span { border-color: rgb(202,216,112); }

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