Html Css Color HEX #CAC554 Wild Willow

📋 copy color: '#CAC554'

red 202 ◦ green 197 ◦ blue 84

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

Shades of Wild Willow #CAC554

Tints of Wild Willow #CAC554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.39%

R = 41.82%
G = 40.79%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#CAC554 (or 0xCAC554) is known color: Wild Willow. HEX triplet: CA, C5 and 54. RGB value is (202,197,84). Sum of RGB (Red+Green+Blue) = 202+197+84=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 84 (33.20% from 255 or 17.39% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC554 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC554 is #353AAB. Grayscale: #BABABA. Windows color (decimal): -3488428 or 5555658. OLE color: 5555658.

HSL color Cylindrical-coordinate representation of color #CAC554: hue angle of 57.46º degrees, saturation: 0.53, 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 #CAC554 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 197 84 -
CMYK 0 0.02 0.58 0.21
HSL 57.46º 0.53% 0.56% -
HSV(B) 57.46º 0.58% 0.79% -
XYZ 45.92 53.13 16.22 -
YUV 185.61 70.66 139.69 -
System Red Green Blue C M Y K H S L
Decimal 202 197 84 0 0.02 0.58 0.21 57.46 0.53 0.56
Hex CA C5 54 0 2 3A 15 39 35 38
Octal 312 305 124 0 2 72 25 71 65 70
Binary 11001010 11000101 1010100 0 10 111010 10101 111001 110101 111000

Color Harmonies of #CAC554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC554

Black with #CAC554

Text Example


Text Example

White with #CAC554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC554; }

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

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

background-color css

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

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

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

border-color css

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

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

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