Html Css Color HEX #DAC93B Wattle

📋 copy color: '#DAC93B'

red 218 ◦ green 201 ◦ blue 59

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

Shades of Wattle #DAC93B

Tints of Wattle #DAC93B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.05%

 BLUE value IS 59 (23.44% from 255) = 12.34%

R = 45.61%
G = 42.05%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DAC93B (or 0xDAC93B) is known color: Wattle. HEX triplet: DA, C9 and 3B. RGB value is (218,201,59). Sum of RGB (Red+Green+Blue) = 218+201+59=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 59 (23.44% from 255 or 12.34% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC93B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC93B is #2536C4. Grayscale: #BEBEBE. Windows color (decimal): -2438853 or 3918298. OLE color: 3918298.

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

Color convert

RGB 218 201 59 -
CMYK 0 0.08 0.73 0.15
HSL 53.58º 0.68% 0.54% -
HSV(B) 53.58º 0.73% 0.85% -
XYZ 50.59 56.99 12.47 -
YUV 189.9 54.13 148.05 -
System Red Green Blue C M Y K H S L
Decimal 218 201 59 0 0.08 0.73 0.15 53.58 0.68 0.54
Hex DA C9 3B 0 8 49 F 36 44 36
Octal 332 311 73 0 10 111 17 66 104 66
Binary 11011010 11001001 111011 0 1000 1001001 1111 110110 1000100 110110

Color Harmonies of #DAC93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC93B

Black with #DAC93B

Text Example


Text Example

White with #DAC93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC93B; }

 p { color: rgb(218,201,59); }

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

background-color css

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

 a { background-color: rgb(218,201,59); }

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

border-color css

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

 span { border-color: rgb(218,201,59); }

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