Html Css Color HEX #CADA71 Goldenrod

📋 copy color: '#CADA71'

red 202 ◦ green 218 ◦ blue 113

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

Shades of Goldenrod #CADA71

Tints of Goldenrod #CADA71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.2%

R = 37.9%
G = 40.9%
B = 21.2%

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

#CADA71 (or 0xCADA71) is known color: Goldenrod. HEX triplet: CA, DA and 71. RGB value is (202,218,113). Sum of RGB (Red+Green+Blue) = 202+218+113=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 113 (44.53% from 255 or 21.20% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADA71 is #35258E. Grayscale: #C9C9C9. Windows color (decimal): -3483023 or 7461578. OLE color: 7461578.

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

Color convert

RGB 202 218 113 -
CMYK 0.07 0 0.48 0.15
HSL 69.14º 0.59% 0.65% -
HSV(B) 69.14º 0.48% 0.85% -
XYZ 52.41 63.89 25.19 -
YUV 201.25 78.2 128.54 -
System Red Green Blue C M Y K H S L
Decimal 202 218 113 0.07 0 0.48 0.15 69.14 0.59 0.65
Hex CA DA 71 7 0 30 F 45 3B 41
Octal 312 332 161 7 0 60 17 105 73 101
Binary 11001010 11011010 1110001 111 0 110000 1111 1000101 111011 1000001

Color Harmonies of #CADA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADA71

Black with #CADA71

Text Example


Text Example

White with #CADA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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