Html Css Color HEX #CAC745 Wattle

📋 copy color: '#CAC745'

red 202 ◦ green 199 ◦ blue 69

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

Shades of Wattle #CAC745

Tints of Wattle #CAC745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.68%

R = 42.98%
G = 42.34%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CAC745 (or 0xCAC745) is known color: Wattle. HEX triplet: CA, C7 and 45. RGB value is (202,199,69). Sum of RGB (Red+Green+Blue) = 202+199+69=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 199 (78.12% from 255 or 42.34% from 470); Blue value is 69 (27.34% from 255 or 14.68% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC745 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC745 is #3538BA. Grayscale: #B9B9B9. Windows color (decimal): -3487931 or 4573130. OLE color: 4573130.

HSL color Cylindrical-coordinate representation of color #CAC745: hue angle of 58.65º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CAC745 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 199 69 -
CMYK 0 0.01 0.66 0.21
HSL 58.65º 0.56% 0.53% -
HSV(B) 58.65º 0.66% 0.79% -
XYZ 45.85 53.83 13.6 -
YUV 185.08 62.49 140.07 -
System Red Green Blue C M Y K H S L
Decimal 202 199 69 0 0.01 0.66 0.21 58.65 0.56 0.53
Hex CA C7 45 0 1 42 15 3B 38 35
Octal 312 307 105 0 1 102 25 73 70 65
Binary 11001010 11000111 1000101 0 1 1000010 10101 111011 111000 110101

Color Harmonies of #CAC745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC745

Black with #CAC745

Text Example


Text Example

White with #CAC745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC745; }

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

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

background-color css

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

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

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

border-color css

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

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

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