Html Css Color HEX #CAC455 Wild Willow

📋 copy color: '#CAC455'

red 202 ◦ green 196 ◦ blue 85

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

Shades of Wild Willow #CAC455

Tints of Wild Willow #CAC455

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.58%

 BLUE value IS 85 (33.59% from 255) = 17.6%

R = 41.82%
G = 40.58%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#CAC455 (or 0xCAC455) is known color: Wild Willow. HEX triplet: CA, C4 and 55. RGB value is (202,196,85). Sum of RGB (Red+Green+Blue) = 202+196+85=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 85 (33.59% from 255 or 17.60% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC455 is #353BAA. Grayscale: #B9B9B9. Windows color (decimal): -3488683 or 5620938. OLE color: 5620938.

HSL color Cylindrical-coordinate representation of color #CAC455: hue angle of 56.92º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CAC455 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 196 85 -
CMYK 0 0.03 0.58 0.21
HSL 56.92º 0.52% 0.56% -
HSV(B) 56.92º 0.58% 0.79% -
XYZ 45.74 52.69 16.35 -
YUV 185.14 71.49 140.03 -
System Red Green Blue C M Y K H S L
Decimal 202 196 85 0 0.03 0.58 0.21 56.92 0.52 0.56
Hex CA C4 55 0 3 3A 15 39 34 38
Octal 312 304 125 0 3 72 25 71 64 70
Binary 11001010 11000100 1010101 0 11 111010 10101 111001 110100 111000

Color Harmonies of #CAC455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC455

Black with #CAC455

Text Example


Text Example

White with #CAC455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC455; }

 p { color: rgb(202,196,85); }

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

background-color css

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

 a { background-color: rgb(202,196,85); }

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

border-color css

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

 span { border-color: rgb(202,196,85); }

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