Html Css Color HEX #CAC751 Wild Willow

📋 copy color: '#CAC751'

red 202 ◦ green 199 ◦ blue 81

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

Shades of Wild Willow #CAC751

Tints of Wild Willow #CAC751

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.29%

 BLUE value IS 81 (32.03% from 255) = 16.8%

R = 41.91%
G = 41.29%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#CAC751 (or 0xCAC751) is known color: Wild Willow. HEX triplet: CA, C7 and 51. RGB value is (202,199,81). Sum of RGB (Red+Green+Blue) = 202+199+81=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 81 (32.03% from 255 or 16.80% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC751 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC751 is #3538AE. Grayscale: #BABABA. Windows color (decimal): -3487919 or 5359562. OLE color: 5359562.

HSL color Cylindrical-coordinate representation of color #CAC751: hue angle of 58.51º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CAC751 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 199 81 -
CMYK 0 0.01 0.60 0.21
HSL 58.51º 0.53% 0.55% -
HSV(B) 58.51º 0.6% 0.79% -
XYZ 46.27 54 15.77 -
YUV 186.45 68.49 139.09 -
System Red Green Blue C M Y K H S L
Decimal 202 199 81 0 0.01 0.60 0.21 58.51 0.53 0.55
Hex CA C7 51 0 1 3C 15 3B 35 37
Octal 312 307 121 0 1 74 25 73 65 67
Binary 11001010 11000111 1010001 0 1 111100 10101 111011 110101 110111

Color Harmonies of #CAC751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC751

Black with #CAC751

Text Example


Text Example

White with #CAC751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC751; }

 p { color: rgb(202,199,81); }

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

background-color css

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

 a { background-color: rgb(202,199,81); }

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

border-color css

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

 span { border-color: rgb(202,199,81); }

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