Html Css Color HEX #CAC453 Wild Willow

📋 copy color: '#CAC453'

red 202 ◦ green 196 ◦ blue 83

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

Shades of Wild Willow #CAC453

Tints of Wild Willow #CAC453

RGB

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

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

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

R = 42%
G = 40.75%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CAC453 (or 0xCAC453) is known color: Wild Willow. HEX triplet: CA, C4 and 53. RGB value is (202,196,83). Sum of RGB (Red+Green+Blue) = 202+196+83=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 196 (76.95% from 255 or 40.75% from 481); Blue value is 83 (32.81% from 255 or 17.26% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC453 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC453 is #353BAC. Grayscale: #B9B9B9. Windows color (decimal): -3488685 or 5489866. OLE color: 5489866.

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

Color convert

RGB 202 196 83 -
CMYK 0 0.03 0.59 0.21
HSL 56.97º 0.53% 0.56% -
HSV(B) 56.97º 0.59% 0.79% -
XYZ 45.66 52.66 15.94 -
YUV 184.91 70.49 140.19 -
System Red Green Blue C M Y K H S L
Decimal 202 196 83 0 0.03 0.59 0.21 56.97 0.53 0.56
Hex CA C4 53 0 3 3B 15 39 35 38
Octal 312 304 123 0 3 73 25 71 65 70
Binary 11001010 11000100 1010011 0 11 111011 10101 111001 110101 111000

Color Harmonies of #CAC453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC453

Black with #CAC453

Text Example


Text Example

White with #CAC453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC453; }

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

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

background-color css

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

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

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

border-color css

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

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

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