Html Css Color HEX #DAC131 Wattle

📋 copy color: '#DAC131'

red 218 ◦ green 193 ◦ blue 49

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

Shades of Wattle #DAC131

Tints of Wattle #DAC131

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.96%

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

R = 47.39%
G = 41.96%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DAC131 (or 0xDAC131) is known color: Wattle. HEX triplet: DA, C1 and 31. RGB value is (218,193,49). Sum of RGB (Red+Green+Blue) = 218+193+49=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 49 (19.53% from 255 or 10.65% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC131 is #253ECE. Grayscale: #B8B8B8. Windows color (decimal): -2440911 or 3260890. OLE color: 3260890.

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

Color convert

RGB 218 193 49 -
CMYK 0 0.11 0.78 0.15
HSL 51.12º 0.7% 0.52% -
HSV(B) 51.12º 0.78% 0.85% -
XYZ 48.54 53.27 10.63 -
YUV 184.06 51.78 152.21 -
System Red Green Blue C M Y K H S L
Decimal 218 193 49 0 0.11 0.78 0.15 51.12 0.7 0.52
Hex DA C1 31 0 B 4E F 33 46 34
Octal 332 301 61 0 13 116 17 63 106 64
Binary 11011010 11000001 110001 0 1011 1001110 1111 110011 1000110 110100

Color Harmonies of #DAC131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC131

Black with #DAC131

Text Example


Text Example

White with #DAC131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC131; }

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

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

background-color css

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

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

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

border-color css

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

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

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