Html Css Color HEX #CAC654 Wild Willow

📋 copy color: '#CAC654'

red 202 ◦ green 198 ◦ blue 84

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

Shades of Wild Willow #CAC654

Tints of Wild Willow #CAC654

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.91%

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

R = 41.74%
G = 40.91%
B = 17.36%

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

#CAC654 (or 0xCAC654) is known color: Wild Willow. HEX triplet: CA, C6 and 54. RGB value is (202,198,84). Sum of RGB (Red+Green+Blue) = 202+198+84=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 198 (77.73% from 255 or 40.91% from 484); Blue value is 84 (33.20% from 255 or 17.36% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC654 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC654 is #3539AB. Grayscale: #BABABA. Windows color (decimal): -3488172 or 5555914. OLE color: 5555914.

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

Color convert

RGB 202 198 84 -
CMYK 0 0.02 0.58 0.21
HSL 57.97º 0.53% 0.56% -
HSV(B) 57.97º 0.58% 0.79% -
XYZ 46.15 53.58 16.3 -
YUV 186.2 70.33 139.27 -
System Red Green Blue C M Y K H S L
Decimal 202 198 84 0 0.02 0.58 0.21 57.97 0.53 0.56
Hex CA C6 54 0 2 3A 15 3A 35 38
Octal 312 306 124 0 2 72 25 72 65 70
Binary 11001010 11000110 1010100 0 10 111010 10101 111010 110101 111000

Color Harmonies of #CAC654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC654

Black with #CAC654

Text Example


Text Example

White with #CAC654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC654; }

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

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

background-color css

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

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

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

border-color css

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

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

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