Html Css Color HEX #DACE40 Wattle

📋 copy color: '#DACE40'

red 218 ◦ green 206 ◦ blue 64

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

Shades of Wattle #DACE40

Tints of Wattle #DACE40

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.21%

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

R = 44.67%
G = 42.21%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DACE40 (or 0xDACE40) is known color: Wattle. HEX triplet: DA, CE and 40. RGB value is (218,206,64). Sum of RGB (Red+Green+Blue) = 218+206+64=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 64 (25.39% from 255 or 13.11% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACE40 is #2531BF. Grayscale: #C1C1C1. Windows color (decimal): -2437568 or 4247258. OLE color: 4247258.

HSL color Cylindrical-coordinate representation of color #DACE40: hue angle of 55.32º 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 #DACE40 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 206 64 -
CMYK 0 0.06 0.71 0.15
HSL 55.32º 0.68% 0.55% -
HSV(B) 55.32º 0.71% 0.85% -
XYZ 51.91 59.42 13.58 -
YUV 193.4 54.98 145.55 -
System Red Green Blue C M Y K H S L
Decimal 218 206 64 0 0.06 0.71 0.15 55.32 0.68 0.55
Hex DA CE 40 0 6 47 F 37 44 37
Octal 332 316 100 0 6 107 17 67 104 67
Binary 11011010 11001110 1000000 0 110 1000111 1111 110111 1000100 110111

Color Harmonies of #DACE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACE40

Black with #DACE40

Text Example


Text Example

White with #DACE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACE40; }

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

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

background-color css

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

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

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

border-color css

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

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

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