Html Css Color HEX #DACE35 Wattle

📋 copy color: '#DACE35'

red 218 ◦ green 206 ◦ blue 53

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

Shades of Wattle #DACE35

Tints of Wattle #DACE35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.11%

R = 45.7%
G = 43.19%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DACE35 (or 0xDACE35) is known color: Wattle. HEX triplet: DA, CE and 35. RGB value is (218,206,53). Sum of RGB (Red+Green+Blue) = 218+206+53=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 53 (21.09% from 255 or 11.11% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACE35 is #2531CA. Grayscale: #C0C0C0. Windows color (decimal): -2437579 or 3526362. OLE color: 3526362.

HSL color Cylindrical-coordinate representation of color #DACE35: hue angle of 55.64º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DACE35 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 206 53 -
CMYK 0 0.06 0.76 0.15
HSL 55.64º 0.69% 0.53% -
HSV(B) 55.64º 0.76% 0.85% -
XYZ 51.63 59.31 12.09 -
YUV 192.15 49.48 146.44 -
System Red Green Blue C M Y K H S L
Decimal 218 206 53 0 0.06 0.76 0.15 55.64 0.69 0.53
Hex DA CE 35 0 6 4C F 38 45 35
Octal 332 316 65 0 6 114 17 70 105 65
Binary 11011010 11001110 110101 0 110 1001100 1111 111000 1000101 110101

Color Harmonies of #DACE35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACE35

Black with #DACE35

Text Example


Text Example

White with #DACE35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACE35; }

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

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

background-color css

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

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

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

border-color css

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

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

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