Html Css Color HEX #CAC331 Wattle

📋 copy color: '#CAC331'

red 202 ◦ green 195 ◦ blue 49

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

Shades of Wattle #CAC331

Tints of Wattle #CAC331

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.72%

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

R = 45.29%
G = 43.72%
B = 10.99%

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

#CAC331 (or 0xCAC331) is known color: Wattle. HEX triplet: CA, C3 and 31. RGB value is (202,195,49). Sum of RGB (Red+Green+Blue) = 202+195+49=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 195 (76.56% from 255 or 43.72% from 446); Blue value is 49 (19.53% from 255 or 10.99% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC331 is #353CCE. Grayscale: #B5B5B5. Windows color (decimal): -3488975 or 3261386. OLE color: 3261386.

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

Color convert

RGB 202 195 49 -
CMYK 0 0.03 0.76 0.21
HSL 57.25º 0.61% 0.49% -
HSV(B) 57.25º 0.76% 0.79% -
XYZ 44.43 51.81 10.56 -
YUV 180.45 53.82 143.37 -
System Red Green Blue C M Y K H S L
Decimal 202 195 49 0 0.03 0.76 0.21 57.25 0.61 0.49
Hex CA C3 31 0 3 4C 15 39 3D 31
Octal 312 303 61 0 3 114 25 71 75 61
Binary 11001010 11000011 110001 0 11 1001100 10101 111001 111101 110001

Color Harmonies of #CAC331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC331

Black with #CAC331

Text Example


Text Example

White with #CAC331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC331; }

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

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

background-color css

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

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

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

border-color css

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

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

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