Html Css Color HEX #DAC831 Wattle

📋 copy color: '#DAC831'

red 218 ◦ green 200 ◦ blue 49

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

Shades of Wattle #DAC831

Tints of Wattle #DAC831

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.83%

 BLUE value IS 49 (19.53% from 255) = 10.49%

R = 46.68%
G = 42.83%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DAC831 (or 0xDAC831) is known color: Wattle. HEX triplet: DA, C8 and 31. RGB value is (218,200,49). Sum of RGB (Red+Green+Blue) = 218+200+49=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 49 (19.53% from 255 or 10.49% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC831 is #2537CE. Grayscale: #BCBCBC. Windows color (decimal): -2439119 or 3262682. OLE color: 3262682.

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

Color convert

RGB 218 200 49 -
CMYK 0 0.08 0.78 0.15
HSL 53.61º 0.7% 0.52% -
HSV(B) 53.61º 0.78% 0.85% -
XYZ 50.12 56.44 11.16 -
YUV 188.17 49.46 149.28 -
System Red Green Blue C M Y K H S L
Decimal 218 200 49 0 0.08 0.78 0.15 53.61 0.7 0.52
Hex DA C8 31 0 8 4E F 36 46 34
Octal 332 310 61 0 10 116 17 66 106 64
Binary 11011010 11001000 110001 0 1000 1001110 1111 110110 1000110 110100

Color Harmonies of #DAC831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC831

Black with #DAC831

Text Example


Text Example

White with #DAC831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC831; }

 p { color: rgb(218,200,49); }

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

background-color css

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

 a { background-color: rgb(218,200,49); }

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

border-color css

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

 span { border-color: rgb(218,200,49); }

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