Html Css Color HEX #CAD970 Goldenrod

📋 copy color: '#CAD970'

red 202 ◦ green 217 ◦ blue 112

#CAD970
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #CAD970

Tints of Goldenrod #CAD970

RGB

 RED value IS 202 (79.3% from 255) = 38.04%

 GREEN value IS 217 (85.16% from 255) = 40.87%

 BLUE value IS 112 (44.14% from 255) = 21.09%

R = 38.04%
G = 40.87%
B = 21.09%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#CAD970 (or 0xCAD970) is known color: Goldenrod. HEX triplet: CA, D9 and 70. RGB value is (202,217,112). Sum of RGB (Red+Green+Blue) = 202+217+112=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD970 is #35268F. Grayscale: #C8C8C8. Windows color (decimal): -3483280 or 7395786. OLE color: 7395786.

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

Color convert

RGB 202 217 112 -
CMYK 0.07 0 0.48 0.15
HSL 68.57º 0.58% 0.65% -
HSV(B) 68.57º 0.48% 0.85% -
XYZ 52.09 63.35 24.81 -
YUV 200.55 78.03 129.04 -
System Red Green Blue C M Y K H S L
Decimal 202 217 112 0.07 0 0.48 0.15 68.57 0.58 0.65
Hex CA D9 70 7 0 30 F 45 3A 41
Octal 312 331 160 7 0 60 17 105 72 101
Binary 11001010 11011001 1110000 111 0 110000 1111 1000101 111010 1000001

Color Harmonies of #CAD970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD970

Black with #CAD970

Text Example


Text Example

White with #CAD970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD970; }

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

 H1.HeaderClassName
 {
   color: #CAD970;
 }
 .AnyTagClassName
 {
   color: #CAD970;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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