Html Css Color HEX #CAC442 Wattle

📋 copy color: '#CAC442'

red 202 ◦ green 196 ◦ blue 66

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

Shades of Wattle #CAC442

Tints of Wattle #CAC442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.22%

R = 43.53%
G = 42.24%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CAC442 (or 0xCAC442) is known color: Wattle. HEX triplet: CA, C4 and 42. RGB value is (202,196,66). Sum of RGB (Red+Green+Blue) = 202+196+66=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 196 (76.95% from 255 or 42.24% from 464); Blue value is 66 (26.17% from 255 or 14.22% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC442 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC442 is #353BBD. Grayscale: #B7B7B7. Windows color (decimal): -3488702 or 4375754. OLE color: 4375754.

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

Color convert

RGB 202 196 66 -
CMYK 0 0.03 0.67 0.21
HSL 57.35º 0.56% 0.53% -
HSV(B) 57.35º 0.67% 0.79% -
XYZ 45.08 52.43 12.9 -
YUV 182.97 61.99 141.57 -
System Red Green Blue C M Y K H S L
Decimal 202 196 66 0 0.03 0.67 0.21 57.35 0.56 0.53
Hex CA C4 42 0 3 43 15 39 38 35
Octal 312 304 102 0 3 103 25 71 70 65
Binary 11001010 11000100 1000010 0 11 1000011 10101 111001 111000 110101

Color Harmonies of #CAC442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC442

Black with #CAC442

Text Example


Text Example

White with #CAC442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC442; }

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

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

background-color css

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

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

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

border-color css

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

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

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