Html Css Color HEX #CAC449 Wattle

📋 copy color: '#CAC449'

red 202 ◦ green 196 ◦ blue 73

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

Shades of Wattle #CAC449

Tints of Wattle #CAC449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.5%

R = 42.89%
G = 41.61%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CAC449 (or 0xCAC449) is known color: Wattle. HEX triplet: CA, C4 and 49. RGB value is (202,196,73). Sum of RGB (Red+Green+Blue) = 202+196+73=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 196 (76.95% from 255 or 41.61% from 471); Blue value is 73 (28.91% from 255 or 15.50% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC449 is #353BB6. Grayscale: #B8B8B8. Windows color (decimal): -3488695 or 4834506. OLE color: 4834506.

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

Color convert

RGB 202 196 73 -
CMYK 0 0.03 0.64 0.21
HSL 57.21º 0.55% 0.54% -
HSV(B) 57.21º 0.64% 0.79% -
XYZ 45.3 52.52 14.05 -
YUV 183.77 65.49 141 -
System Red Green Blue C M Y K H S L
Decimal 202 196 73 0 0.03 0.64 0.21 57.21 0.55 0.54
Hex CA C4 49 0 3 40 15 39 37 36
Octal 312 304 111 0 3 100 25 71 67 66
Binary 11001010 11000100 1001001 0 11 1000000 10101 111001 110111 110110

Color Harmonies of #CAC449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC449

Black with #CAC449

Text Example


Text Example

White with #CAC449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC449; }

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

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

background-color css

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

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

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

border-color css

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

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

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