Html Css Color HEX #DACA40 Wattle

📋 copy color: '#DACA40'

red 218 ◦ green 202 ◦ blue 64

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

Shades of Wattle #DACA40

Tints of Wattle #DACA40

RGB

 RED value IS 218 (85.55% from 255) = 45.04%

 GREEN value IS 202 (79.3% from 255) = 41.74%

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

R = 45.04%
G = 41.74%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DACA40 (or 0xDACA40) is known color: Wattle. HEX triplet: DA, CA and 40. RGB value is (218,202,64). Sum of RGB (Red+Green+Blue) = 218+202+64=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 64 (25.39% from 255 or 13.22% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACA40 is #2535BF. Grayscale: #BFBFBF. Windows color (decimal): -2438592 or 4246234. OLE color: 4246234.

HSL color Cylindrical-coordinate representation of color #DACA40: hue angle of 53.77º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DACA40 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 202 64 -
CMYK 0 0.07 0.71 0.15
HSL 53.77º 0.68% 0.55% -
HSV(B) 53.77º 0.71% 0.85% -
XYZ 50.96 57.52 13.27 -
YUV 191.05 56.3 147.22 -
System Red Green Blue C M Y K H S L
Decimal 218 202 64 0 0.07 0.71 0.15 53.77 0.68 0.55
Hex DA CA 40 0 7 47 F 36 44 37
Octal 332 312 100 0 7 107 17 66 104 67
Binary 11011010 11001010 1000000 0 111 1000111 1111 110110 1000100 110111

Color Harmonies of #DACA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACA40

Black with #DACA40

Text Example


Text Example

White with #DACA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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