Html Css Color HEX #CAC443 Wattle

📋 copy color: '#CAC443'

red 202 ◦ green 196 ◦ blue 67

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

Shades of Wattle #CAC443

Tints of Wattle #CAC443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.41%

R = 43.44%
G = 42.15%
B = 14.41%

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

#CAC443 (or 0xCAC443) is known color: Wattle. HEX triplet: CA, C4 and 43. RGB value is (202,196,67). Sum of RGB (Red+Green+Blue) = 202+196+67=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 196 (76.95% from 255 or 42.15% from 465); Blue value is 67 (26.56% from 255 or 14.41% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC443 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC443 is #353BBC. Grayscale: #B7B7B7. Windows color (decimal): -3488701 or 4441290. OLE color: 4441290.

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

Color convert

RGB 202 196 67 -
CMYK 0 0.03 0.67 0.21
HSL 57.33º 0.56% 0.53% -
HSV(B) 57.33º 0.67% 0.79% -
XYZ 45.11 52.44 13.05 -
YUV 183.09 62.49 141.49 -
System Red Green Blue C M Y K H S L
Decimal 202 196 67 0 0.03 0.67 0.21 57.33 0.56 0.53
Hex CA C4 43 0 3 43 15 39 38 35
Octal 312 304 103 0 3 103 25 71 70 65
Binary 11001010 11000100 1000011 0 11 1000011 10101 111001 111000 110101

Color Harmonies of #CAC443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC443

Black with #CAC443

Text Example


Text Example

White with #CAC443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC443; }

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

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

background-color css

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

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

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

border-color css

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

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

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