Html Css Color HEX #DAC237 Wattle

📋 copy color: '#DAC237'

red 218 ◦ green 194 ◦ blue 55

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

Shades of Wattle #DAC237

Tints of Wattle #DAC237

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.54%

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

R = 46.68%
G = 41.54%
B = 11.78%

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

#DAC237 (or 0xDAC237) is known color: Wattle. HEX triplet: DA, C2 and 37. RGB value is (218,194,55). Sum of RGB (Red+Green+Blue) = 218+194+55=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 55 (21.88% from 255 or 11.78% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC237 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC237 is #253DC8. Grayscale: #B9B9B9. Windows color (decimal): -2440649 or 3654362. OLE color: 3654362.

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

Color convert

RGB 218 194 55 -
CMYK 0 0.11 0.75 0.15
HSL 51.17º 0.69% 0.54% -
HSV(B) 51.17º 0.75% 0.85% -
XYZ 48.89 53.76 11.42 -
YUV 185.33 54.45 151.3 -
System Red Green Blue C M Y K H S L
Decimal 218 194 55 0 0.11 0.75 0.15 51.17 0.69 0.54
Hex DA C2 37 0 B 4B F 33 45 36
Octal 332 302 67 0 13 113 17 63 105 66
Binary 11011010 11000010 110111 0 1011 1001011 1111 110011 1000101 110110

Color Harmonies of #DAC237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC237

Black with #DAC237

Text Example


Text Example

White with #DAC237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC237; }

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

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

background-color css

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

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

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

border-color css

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

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

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