Html Css Color HEX #CAC231 Wattle

📋 copy color: '#CAC231'

red 202 ◦ green 194 ◦ blue 49

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

Shades of Wattle #CAC231

Tints of Wattle #CAC231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.01%

R = 45.39%
G = 43.6%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CAC231 (or 0xCAC231) is known color: Wattle. HEX triplet: CA, C2 and 31. RGB value is (202,194,49). Sum of RGB (Red+Green+Blue) = 202+194+49=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 194 (76.17% from 255 or 43.60% from 445); Blue value is 49 (19.53% from 255 or 11.01% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC231 is #353DCE. Grayscale: #B4B4B4. Windows color (decimal): -3489231 or 3261130. OLE color: 3261130.

HSL color Cylindrical-coordinate representation of color #CAC231: hue angle of 56.86º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CAC231 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 194 49 -
CMYK 0 0.04 0.76 0.21
HSL 56.86º 0.61% 0.49% -
HSV(B) 56.86º 0.76% 0.79% -
XYZ 44.2 51.36 10.49 -
YUV 179.86 54.15 143.79 -
System Red Green Blue C M Y K H S L
Decimal 202 194 49 0 0.04 0.76 0.21 56.86 0.61 0.49
Hex CA C2 31 0 4 4C 15 39 3D 31
Octal 312 302 61 0 4 114 25 71 75 61
Binary 11001010 11000010 110001 0 100 1001100 10101 111001 111101 110001

Color Harmonies of #CAC231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC231

Black with #CAC231

Text Example


Text Example

White with #CAC231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC231; }

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

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

background-color css

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

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

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

border-color css

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

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

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