Html Css Color HEX #CAC831 Wattle

📋 copy color: '#CAC831'

red 202 ◦ green 200 ◦ blue 49

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

Shades of Wattle #CAC831

Tints of Wattle #CAC831

RGB

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

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

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

R = 44.79%
G = 44.35%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CAC831 (or 0xCAC831) is known color: Wattle. HEX triplet: CA, C8 and 31. RGB value is (202,200,49). Sum of RGB (Red+Green+Blue) = 202+200+49=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 200 (78.52% from 255 or 44.35% from 451); Blue value is 49 (19.53% from 255 or 10.86% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC831 is #3537CE. Grayscale: #B7B7B7. Windows color (decimal): -3487695 or 3262666. OLE color: 3262666.

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

Color convert

RGB 202 200 49 -
CMYK 0 0.01 0.76 0.21
HSL 59.22º 0.61% 0.49% -
HSV(B) 59.22º 0.76% 0.79% -
XYZ 45.57 54.09 10.94 -
YUV 183.38 52.16 141.28 -
System Red Green Blue C M Y K H S L
Decimal 202 200 49 0 0.01 0.76 0.21 59.22 0.61 0.49
Hex CA C8 31 0 1 4C 15 3B 3D 31
Octal 312 310 61 0 1 114 25 73 75 61
Binary 11001010 11001000 110001 0 1 1001100 10101 111011 111101 110001

Color Harmonies of #CAC831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC831

Black with #CAC831

Text Example


Text Example

White with #CAC831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC831; }

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

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

background-color css

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

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

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

border-color css

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

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

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