Html Css Color HEX #CADB53 Wild Willow

📋 copy color: '#CADB53'

red 202 ◦ green 219 ◦ blue 83

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

Shades of Wild Willow #CADB53

Tints of Wild Willow #CADB53

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.45%

 BLUE value IS 83 (32.81% from 255) = 16.47%

R = 40.08%
G = 43.45%
B = 16.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#CADB53 (or 0xCADB53) is known color: Wild Willow. HEX triplet: CA, DB and 53. RGB value is (202,219,83). Sum of RGB (Red+Green+Blue) = 202+219+83=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 83 (32.81% from 255 or 16.47% from 504); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADB53 is #3524AC. Grayscale: #C6C6C6. Windows color (decimal): -3482797 or 5495754. OLE color: 5495754.

HSL color Cylindrical-coordinate representation of color #CADB53: hue angle of 67.5º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CADB53 is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 219 83 -
CMYK 0.08 0 0.62 0.14
HSL 67.5º 0.65% 0.59% -
HSV(B) 67.5º 0.62% 0.86% -
XYZ 51.25 63.84 17.81 -
YUV 198.41 62.87 130.56 -
System Red Green Blue C M Y K H S L
Decimal 202 219 83 0.08 0 0.62 0.14 67.5 0.65 0.59
Hex CA DB 53 8 0 3E E 44 41 3B
Octal 312 333 123 10 0 76 16 104 101 73
Binary 11001010 11011011 1010011 1000 0 111110 1110 1000100 1000001 111011

Color Harmonies of #CADB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADB53

Black with #CADB53

Text Example


Text Example

White with #CADB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADB53; }

 p { color: rgb(202,219,83); }

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

background-color css

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

 a { background-color: rgb(202,219,83); }

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

border-color css

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

 span { border-color: rgb(202,219,83); }

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