Html Css Color HEX #CAC340 Wattle

📋 copy color: '#CAC340'

red 202 ◦ green 195 ◦ blue 64

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

Shades of Wattle #CAC340

Tints of Wattle #CAC340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.88%

R = 43.82%
G = 42.3%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CAC340 (or 0xCAC340) is known color: Wattle. HEX triplet: CA, C3 and 40. RGB value is (202,195,64). Sum of RGB (Red+Green+Blue) = 202+195+64=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 64 (25.39% from 255 or 13.88% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC340 is #353CBF. Grayscale: #B6B6B6. Windows color (decimal): -3488960 or 4244426. OLE color: 4244426.

HSL color Cylindrical-coordinate representation of color #CAC340: hue angle of 56.96º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CAC340 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 195 64 -
CMYK 0 0.03 0.68 0.21
HSL 56.96º 0.57% 0.52% -
HSV(B) 56.96º 0.68% 0.79% -
XYZ 44.8 51.96 12.52 -
YUV 182.16 61.32 142.15 -
System Red Green Blue C M Y K H S L
Decimal 202 195 64 0 0.03 0.68 0.21 56.96 0.57 0.52
Hex CA C3 40 0 3 44 15 39 39 34
Octal 312 303 100 0 3 104 25 71 71 64
Binary 11001010 11000011 1000000 0 11 1000100 10101 111001 111001 110100

Color Harmonies of #CAC340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC340

Black with #CAC340

Text Example


Text Example

White with #CAC340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC340; }

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

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

background-color css

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

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

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

border-color css

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

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

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