Html Css Color HEX #CAC444 Wattle

📋 copy color: '#CAC444'

red 202 ◦ green 196 ◦ blue 68

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

Shades of Wattle #CAC444

Tints of Wattle #CAC444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.59%

R = 43.35%
G = 42.06%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CAC444 (or 0xCAC444) is known color: Wattle. HEX triplet: CA, C4 and 44. RGB value is (202,196,68). Sum of RGB (Red+Green+Blue) = 202+196+68=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 68 (26.95% from 255 or 14.59% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC444 is #353BBB. Grayscale: #B7B7B7. Windows color (decimal): -3488700 or 4506826. OLE color: 4506826.

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

Color convert

RGB 202 196 68 -
CMYK 0 0.03 0.66 0.21
HSL 57.31º 0.56% 0.53% -
HSV(B) 57.31º 0.66% 0.79% -
XYZ 45.14 52.45 13.21 -
YUV 183.2 62.99 141.41 -
System Red Green Blue C M Y K H S L
Decimal 202 196 68 0 0.03 0.66 0.21 57.31 0.56 0.53
Hex CA C4 44 0 3 42 15 39 38 35
Octal 312 304 104 0 3 102 25 71 70 65
Binary 11001010 11000100 1000100 0 11 1000010 10101 111001 111000 110101

Color Harmonies of #CAC444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC444

Black with #CAC444

Text Example


Text Example

White with #CAC444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC444; }

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

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

background-color css

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

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

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

border-color css

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

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

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