Html Css Color HEX #CAC649 Wattle

📋 copy color: '#CAC649'

red 202 ◦ green 198 ◦ blue 73

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

Shades of Wattle #CAC649

Tints of Wattle #CAC649

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.86%

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

R = 42.71%
G = 41.86%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CAC649 (or 0xCAC649) is known color: Wattle. HEX triplet: CA, C6 and 49. RGB value is (202,198,73). Sum of RGB (Red+Green+Blue) = 202+198+73=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 198 (77.73% from 255 or 41.86% from 473); Blue value is 73 (28.91% from 255 or 15.43% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC649 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC649 is #3539B6. Grayscale: #B9B9B9. Windows color (decimal): -3488183 or 4835018. OLE color: 4835018.

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

Color convert

RGB 202 198 73 -
CMYK 0 0.02 0.64 0.21
HSL 58.14º 0.55% 0.54% -
HSV(B) 58.14º 0.64% 0.79% -
XYZ 45.75 53.43 14.2 -
YUV 184.95 64.83 140.16 -
System Red Green Blue C M Y K H S L
Decimal 202 198 73 0 0.02 0.64 0.21 58.14 0.55 0.54
Hex CA C6 49 0 2 40 15 3A 37 36
Octal 312 306 111 0 2 100 25 72 67 66
Binary 11001010 11000110 1001001 0 10 1000000 10101 111010 110111 110110

Color Harmonies of #CAC649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC649

Black with #CAC649

Text Example


Text Example

White with #CAC649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC649; }

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

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

background-color css

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

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

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

border-color css

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

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

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