Html Css Color HEX #CAC440 Wattle

📋 copy color: '#CAC440'

red 202 ◦ green 196 ◦ blue 64

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

Shades of Wattle #CAC440

Tints of Wattle #CAC440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.85%

R = 43.72%
G = 42.42%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CAC440 (or 0xCAC440) is known color: Wattle. HEX triplet: CA, C4 and 40. RGB value is (202,196,64). Sum of RGB (Red+Green+Blue) = 202+196+64=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 196 (76.95% from 255 or 42.42% from 462); Blue value is 64 (25.39% from 255 or 13.85% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC440 is #353BBF. Grayscale: #B7B7B7. Windows color (decimal): -3488704 or 4244682. OLE color: 4244682.

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

Color convert

RGB 202 196 64 -
CMYK 0 0.03 0.68 0.21
HSL 57.39º 0.57% 0.52% -
HSV(B) 57.39º 0.68% 0.79% -
XYZ 45.02 52.41 12.59 -
YUV 182.75 60.99 141.73 -
System Red Green Blue C M Y K H S L
Decimal 202 196 64 0 0.03 0.68 0.21 57.39 0.57 0.52
Hex CA C4 40 0 3 44 15 39 39 34
Octal 312 304 100 0 3 104 25 71 71 64
Binary 11001010 11000100 1000000 0 11 1000100 10101 111001 111001 110100

Color Harmonies of #CAC440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC440

Black with #CAC440

Text Example


Text Example

White with #CAC440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC440; }

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

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

background-color css

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

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

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

border-color css

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

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

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