Html Css Color HEX #CAC247 Wattle

📋 copy color: '#CAC247'

red 202 ◦ green 194 ◦ blue 71

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

Shades of Wattle #CAC247

Tints of Wattle #CAC247

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.54%

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

R = 43.25%
G = 41.54%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CAC247 (or 0xCAC247) is known color: Wattle. HEX triplet: CA, C2 and 47. RGB value is (202,194,71). Sum of RGB (Red+Green+Blue) = 202+194+71=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 71 (28.12% from 255 or 15.20% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC247 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC247 is #353DB8. Grayscale: #B6B6B6. Windows color (decimal): -3489209 or 4702922. OLE color: 4702922.

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

Color convert

RGB 202 194 71 -
CMYK 0 0.04 0.65 0.21
HSL 56.34º 0.55% 0.54% -
HSV(B) 56.34º 0.65% 0.79% -
XYZ 44.79 51.6 13.56 -
YUV 182.37 65.15 142 -
System Red Green Blue C M Y K H S L
Decimal 202 194 71 0 0.04 0.65 0.21 56.34 0.55 0.54
Hex CA C2 47 0 4 41 15 38 37 36
Octal 312 302 107 0 4 101 25 70 67 66
Binary 11001010 11000010 1000111 0 100 1000001 10101 111000 110111 110110

Color Harmonies of #CAC247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC247

Black with #CAC247

Text Example


Text Example

White with #CAC247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC247; }

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

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

background-color css

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

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

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

border-color css

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

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

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