Html Css Color HEX #CAC431 Wattle

📋 copy color: '#CAC431'

red 202 ◦ green 196 ◦ blue 49

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

Shades of Wattle #CAC431

Tints of Wattle #CAC431

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.85%

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

R = 45.19%
G = 43.85%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CAC431 (or 0xCAC431) is known color: Wattle. HEX triplet: CA, C4 and 31. RGB value is (202,196,49). Sum of RGB (Red+Green+Blue) = 202+196+49=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 196 (76.95% from 255 or 43.85% from 447); Blue value is 49 (19.53% from 255 or 10.96% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC431 is #353BCE. Grayscale: #B5B5B5. Windows color (decimal): -3488719 or 3261642. OLE color: 3261642.

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

Color convert

RGB 202 196 49 -
CMYK 0 0.03 0.76 0.21
HSL 57.65º 0.61% 0.49% -
HSV(B) 57.65º 0.76% 0.79% -
XYZ 44.65 52.26 10.64 -
YUV 181.04 53.49 142.95 -
System Red Green Blue C M Y K H S L
Decimal 202 196 49 0 0.03 0.76 0.21 57.65 0.61 0.49
Hex CA C4 31 0 3 4C 15 3A 3D 31
Octal 312 304 61 0 3 114 25 72 75 61
Binary 11001010 11000100 110001 0 11 1001100 10101 111010 111101 110001

Color Harmonies of #CAC431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC431

Black with #CAC431

Text Example


Text Example

White with #CAC431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC431; }

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

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

background-color css

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

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

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

border-color css

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

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

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