Html Css Color HEX #DAC93F Wattle

📋 copy color: '#DAC93F'

red 218 ◦ green 201 ◦ blue 63

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

Shades of Wattle #DAC93F

Tints of Wattle #DAC93F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.07%

R = 45.23%
G = 41.7%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DAC93F (or 0xDAC93F) is known color: Wattle. HEX triplet: DA, C9 and 3F. RGB value is (218,201,63). Sum of RGB (Red+Green+Blue) = 218+201+63=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 63 (25% from 255 or 13.07% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC93F is #2536C0. Grayscale: #BEBEBE. Windows color (decimal): -2438849 or 4180442. OLE color: 4180442.

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

Color convert

RGB 218 201 63 -
CMYK 0 0.08 0.71 0.15
HSL 53.42º 0.68% 0.55% -
HSV(B) 53.42º 0.71% 0.85% -
XYZ 50.7 57.04 13.04 -
YUV 190.35 56.13 147.72 -
System Red Green Blue C M Y K H S L
Decimal 218 201 63 0 0.08 0.71 0.15 53.42 0.68 0.55
Hex DA C9 3F 0 8 47 F 35 44 37
Octal 332 311 77 0 10 107 17 65 104 67
Binary 11011010 11001001 111111 0 1000 1000111 1111 110101 1000100 110111

Color Harmonies of #DAC93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC93F

Black with #DAC93F

Text Example


Text Example

White with #DAC93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC93F; }

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

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

background-color css

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

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

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

border-color css

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

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

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