Html Css Color HEX #CADA72 Goldenrod

📋 copy color: '#CADA72'

red 202 ◦ green 218 ◦ blue 114

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

Shades of Goldenrod #CADA72

Tints of Goldenrod #CADA72

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.82%

 BLUE value IS 114 (44.92% from 255) = 21.35%

R = 37.83%
G = 40.82%
B = 21.35%

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

#CADA72 (or 0xCADA72) is known color: Goldenrod. HEX triplet: CA, DA and 72. RGB value is (202,218,114). Sum of RGB (Red+Green+Blue) = 202+218+114=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 114 (44.92% from 255 or 21.35% from 534); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADA72 is #35258D. Grayscale: #C9C9C9. Windows color (decimal): -3483022 or 7527114. OLE color: 7527114.

HSL color Cylindrical-coordinate representation of color #CADA72: hue angle of 69.23º 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 #CADA72 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 218 114 -
CMYK 0.07 0 0.48 0.15
HSL 69.23º 0.58% 0.65% -
HSV(B) 69.23º 0.48% 0.85% -
XYZ 52.47 63.91 25.49 -
YUV 201.36 78.7 128.46 -
System Red Green Blue C M Y K H S L
Decimal 202 218 114 0.07 0 0.48 0.15 69.23 0.58 0.65
Hex CA DA 72 7 0 30 F 45 3A 41
Octal 312 332 162 7 0 60 17 105 72 101
Binary 11001010 11011010 1110010 111 0 110000 1111 1000101 111010 1000001

Color Harmonies of #CADA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADA72

Black with #CADA72

Text Example


Text Example

White with #CADA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADA72; }

 p { color: rgb(202,218,114); }

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

background-color css

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

 a { background-color: rgb(202,218,114); }

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

border-color css

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

 span { border-color: rgb(202,218,114); }

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