Html Css Color HEX #DAC137 Wattle

📋 copy color: '#DAC137'

red 218 ◦ green 193 ◦ blue 55

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

Shades of Wattle #DAC137

Tints of Wattle #DAC137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 11.8%

R = 46.78%
G = 41.42%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DAC137 (or 0xDAC137) is known color: Wattle. HEX triplet: DA, C1 and 37. RGB value is (218,193,55). Sum of RGB (Red+Green+Blue) = 218+193+55=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 55 (21.88% from 255 or 11.80% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC137 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC137 is #253EC8. Grayscale: #B9B9B9. Windows color (decimal): -2440905 or 3654106. OLE color: 3654106.

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

Color convert

RGB 218 193 55 -
CMYK 0 0.11 0.75 0.15
HSL 50.8º 0.69% 0.54% -
HSV(B) 50.8º 0.75% 0.85% -
XYZ 48.67 53.32 11.34 -
YUV 184.74 54.78 151.72 -
System Red Green Blue C M Y K H S L
Decimal 218 193 55 0 0.11 0.75 0.15 50.8 0.69 0.54
Hex DA C1 37 0 B 4B F 33 45 36
Octal 332 301 67 0 13 113 17 63 105 66
Binary 11011010 11000001 110111 0 1011 1001011 1111 110011 1000101 110110

Color Harmonies of #DAC137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC137

Black with #DAC137

Text Example


Text Example

White with #DAC137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC137; }

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

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

background-color css

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

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

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

border-color css

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

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

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