Html Css Color HEX #CACC42 Wattle

📋 copy color: '#CACC42'

red 202 ◦ green 204 ◦ blue 66

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

Shades of Wattle #CACC42

Tints of Wattle #CACC42

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.22%

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

R = 42.8%
G = 43.22%
B = 13.98%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CACC42 (or 0xCACC42) is known color: Wattle. HEX triplet: CA, CC and 42. RGB value is (202,204,66). Sum of RGB (Red+Green+Blue) = 202+204+66=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 66 (26.17% from 255 or 13.98% from 472); Max value from RGB is 204 - color contains mainly: green. Hex color #CACC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACC42 is #3533BD. Grayscale: #BCBCBC. Windows color (decimal): -3486654 or 4377802. OLE color: 4377802.

HSL color Cylindrical-coordinate representation of color #CACC42: hue angle of 60.87º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CACC42 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 202 204 66 -
CMYK 0.01 0 0.68 0.2
HSL 60.87º 0.58% 0.53% -
HSV(B) 60.87º 0.68% 0.8% -
XYZ 46.93 56.14 13.52 -
YUV 187.67 59.34 138.22 -
System Red Green Blue C M Y K H S L
Decimal 202 204 66 0.01 0 0.68 0.2 60.87 0.58 0.53
Hex CA CC 42 1 0 44 14 3D 3A 35
Octal 312 314 102 1 0 104 24 75 72 65
Binary 11001010 11001100 1000010 1 0 1000100 10100 111101 111010 110101

Color Harmonies of #CACC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACC42

Black with #CACC42

Text Example


Text Example

White with #CACC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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