Html Css Color HEX #CAC847 Wattle

📋 copy color: '#CAC847'

red 202 ◦ green 200 ◦ blue 71

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

Shades of Wattle #CAC847

Tints of Wattle #CAC847

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.28%

 BLUE value IS 71 (28.13% from 255) = 15.01%

R = 42.71%
G = 42.28%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CAC847 (or 0xCAC847) is known color: Wattle. HEX triplet: CA, C8 and 47. RGB value is (202,200,71). Sum of RGB (Red+Green+Blue) = 202+200+71=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 71 (28.12% from 255 or 15.01% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC847 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC847 is #3537B8. Grayscale: #BABABA. Windows color (decimal): -3487673 or 4704458. OLE color: 4704458.

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

Color convert

RGB 202 200 71 -
CMYK 0 0.01 0.65 0.21
HSL 59.08º 0.55% 0.54% -
HSV(B) 59.08º 0.65% 0.79% -
XYZ 46.15 54.32 14.01 -
YUV 185.89 63.16 139.49 -
System Red Green Blue C M Y K H S L
Decimal 202 200 71 0 0.01 0.65 0.21 59.08 0.55 0.54
Hex CA C8 47 0 1 41 15 3B 37 36
Octal 312 310 107 0 1 101 25 73 67 66
Binary 11001010 11001000 1000111 0 1 1000001 10101 111011 110111 110110

Color Harmonies of #CAC847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC847

Black with #CAC847

Text Example


Text Example

White with #CAC847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC847; }

 p { color: rgb(202,200,71); }

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

background-color css

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

 a { background-color: rgb(202,200,71); }

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

border-color css

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

 span { border-color: rgb(202,200,71); }

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