Html Css Color HEX #CAC947 Wattle

📋 copy color: '#CAC947'

red 202 ◦ green 201 ◦ blue 71

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

Shades of Wattle #CAC947

Tints of Wattle #CAC947

RGB

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

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

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

R = 42.62%
G = 42.41%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CAC947 (or 0xCAC947) is known color: Wattle. HEX triplet: CA, C9 and 47. RGB value is (202,201,71). Sum of RGB (Red+Green+Blue) = 202+201+71=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 71 (28.12% from 255 or 14.98% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC947 is #3536B8. Grayscale: #BBBBBB. Windows color (decimal): -3487417 or 4704714. OLE color: 4704714.

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

Color convert

RGB 202 201 71 -
CMYK 0 0.00 0.65 0.21
HSL 59.54º 0.55% 0.54% -
HSV(B) 59.54º 0.65% 0.79% -
XYZ 46.38 54.78 14.09 -
YUV 186.48 62.83 139.07 -
System Red Green Blue C M Y K H S L
Decimal 202 201 71 0 0.00 0.65 0.21 59.54 0.55 0.54
Hex CA C9 47 0 0 41 15 3C 37 36
Octal 312 311 107 0 0 101 25 74 67 66
Binary 11001010 11001001 1000111 0 0 1000001 10101 111100 110111 110110

Color Harmonies of #CAC947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC947

Black with #CAC947

Text Example


Text Example

White with #CAC947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC947; }

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

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

background-color css

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

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

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

border-color css

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

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

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