Html Css Color HEX #CAC553 Wild Willow

📋 copy color: '#CAC553'

red 202 ◦ green 197 ◦ blue 83

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

Shades of Wild Willow #CAC553

Tints of Wild Willow #CAC553

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.87%

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

R = 41.91%
G = 40.87%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CAC553 (or 0xCAC553) is known color: Wild Willow. HEX triplet: CA, C5 and 53. RGB value is (202,197,83). Sum of RGB (Red+Green+Blue) = 202+197+83=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 197 (77.34% from 255 or 40.87% from 482); Blue value is 83 (32.81% from 255 or 17.22% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC553 is #353AAC. Grayscale: #B9B9B9. Windows color (decimal): -3488429 or 5490122. OLE color: 5490122.

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

Color convert

RGB 202 197 83 -
CMYK 0 0.02 0.59 0.21
HSL 57.48º 0.53% 0.56% -
HSV(B) 57.48º 0.59% 0.79% -
XYZ 45.88 53.11 16.02 -
YUV 185.5 70.16 139.77 -
System Red Green Blue C M Y K H S L
Decimal 202 197 83 0 0.02 0.59 0.21 57.48 0.53 0.56
Hex CA C5 53 0 2 3B 15 39 35 38
Octal 312 305 123 0 2 73 25 71 65 70
Binary 11001010 11000101 1010011 0 10 111011 10101 111001 110101 111000

Color Harmonies of #CAC553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC553

Black with #CAC553

Text Example


Text Example

White with #CAC553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC553; }

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

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

background-color css

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

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

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

border-color css

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

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

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