Html Css Color HEX #CAC73C Wattle

📋 copy color: '#CAC73C'

red 202 ◦ green 199 ◦ blue 60

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

Shades of Wattle #CAC73C

Tints of Wattle #CAC73C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.17%

 BLUE value IS 60 (23.83% from 255) = 13.02%

R = 43.82%
G = 43.17%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CAC73C (or 0xCAC73C) is known color: Wattle. HEX triplet: CA, C7 and 3C. RGB value is (202,199,60). Sum of RGB (Red+Green+Blue) = 202+199+60=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 60 (23.83% from 255 or 13.02% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC73C is #3538C3. Grayscale: #B8B8B8. Windows color (decimal): -3487940 or 3983306. OLE color: 3983306.

HSL color Cylindrical-coordinate representation of color #CAC73C: hue angle of 58.73º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CAC73C is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 199 60 -
CMYK 0 0.01 0.70 0.21
HSL 58.73º 0.57% 0.51% -
HSV(B) 58.73º 0.7% 0.79% -
XYZ 45.6 53.73 12.24 -
YUV 184.05 57.99 140.8 -
System Red Green Blue C M Y K H S L
Decimal 202 199 60 0 0.01 0.70 0.21 58.73 0.57 0.51
Hex CA C7 3C 0 1 46 15 3B 39 33
Octal 312 307 74 0 1 106 25 73 71 63
Binary 11001010 11000111 111100 0 1 1000110 10101 111011 111001 110011

Color Harmonies of #CAC73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC73C

Black with #CAC73C

Text Example


Text Example

White with #CAC73C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC73C; }

 p { color: rgb(202,199,60); }

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

background-color css

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

 a { background-color: rgb(202,199,60); }

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

border-color css

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

 span { border-color: rgb(202,199,60); }

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