Html Css Color HEX #CAC953 Wild Willow

📋 copy color: '#CAC953'

red 202 ◦ green 201 ◦ blue 83

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

Shades of Wild Willow #CAC953

Tints of Wild Willow #CAC953

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.36%

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

R = 41.56%
G = 41.36%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CAC953 (or 0xCAC953) is known color: Wild Willow. HEX triplet: CA, C9 and 53. RGB value is (202,201,83). Sum of RGB (Red+Green+Blue) = 202+201+83=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 83 (32.81% from 255 or 17.08% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC953 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC953 is #3536AC. Grayscale: #BCBCBC. Windows color (decimal): -3487405 or 5491146. OLE color: 5491146.

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

Color convert

RGB 202 201 83 -
CMYK 0 0.00 0.59 0.21
HSL 59.5º 0.53% 0.56% -
HSV(B) 59.5º 0.59% 0.79% -
XYZ 46.81 54.95 16.32 -
YUV 187.85 68.83 138.09 -
System Red Green Blue C M Y K H S L
Decimal 202 201 83 0 0.00 0.59 0.21 59.5 0.53 0.56
Hex CA C9 53 0 0 3B 15 3B 35 38
Octal 312 311 123 0 0 73 25 73 65 70
Binary 11001010 11001001 1010011 0 0 111011 10101 111011 110101 111000

Color Harmonies of #CAC953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC953

Black with #CAC953

Text Example


Text Example

White with #CAC953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC953; }

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

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

background-color css

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

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

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

border-color css

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

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

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