Html Css Color HEX #CAC441 Wattle

📋 copy color: '#CAC441'

red 202 ◦ green 196 ◦ blue 65

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

Shades of Wattle #CAC441

Tints of Wattle #CAC441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.04%

R = 43.63%
G = 42.33%
B = 14.04%

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

#CAC441 (or 0xCAC441) is known color: Wattle. HEX triplet: CA, C4 and 41. RGB value is (202,196,65). Sum of RGB (Red+Green+Blue) = 202+196+65=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 196 (76.95% from 255 or 42.33% from 463); Blue value is 65 (25.78% from 255 or 14.04% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC441 is #353BBE. Grayscale: #B7B7B7. Windows color (decimal): -3488703 or 4310218. OLE color: 4310218.

HSL color Cylindrical-coordinate representation of color #CAC441: hue angle of 57.37º degrees, saturation: 0.56, 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 #CAC441 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 196 65 -
CMYK 0 0.03 0.68 0.21
HSL 57.37º 0.56% 0.52% -
HSV(B) 57.37º 0.68% 0.79% -
XYZ 45.05 52.42 12.74 -
YUV 182.86 61.49 141.65 -
System Red Green Blue C M Y K H S L
Decimal 202 196 65 0 0.03 0.68 0.21 57.37 0.56 0.52
Hex CA C4 41 0 3 44 15 39 38 34
Octal 312 304 101 0 3 104 25 71 70 64
Binary 11001010 11000100 1000001 0 11 1000100 10101 111001 111000 110100

Color Harmonies of #CAC441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC441

Black with #CAC441

Text Example


Text Example

White with #CAC441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC441; }

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

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

background-color css

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

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

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

border-color css

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

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

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