Html Css Color HEX #DAC337 Wattle

📋 copy color: '#DAC337'

red 218 ◦ green 195 ◦ blue 55

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

Shades of Wattle #DAC337

Tints of Wattle #DAC337

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.67%

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

R = 46.58%
G = 41.67%
B = 11.75%

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

#DAC337 (or 0xDAC337) is known color: Wattle. HEX triplet: DA, C3 and 37. RGB value is (218,195,55). Sum of RGB (Red+Green+Blue) = 218+195+55=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 55 (21.88% from 255 or 11.75% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC337 is #253CC8. Grayscale: #BABABA. Windows color (decimal): -2440393 or 3654618. OLE color: 3654618.

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

Color convert

RGB 218 195 55 -
CMYK 0 0.11 0.75 0.15
HSL 51.53º 0.69% 0.54% -
HSV(B) 51.53º 0.75% 0.85% -
XYZ 49.12 54.21 11.49 -
YUV 185.92 54.12 150.88 -
System Red Green Blue C M Y K H S L
Decimal 218 195 55 0 0.11 0.75 0.15 51.53 0.69 0.54
Hex DA C3 37 0 B 4B F 34 45 36
Octal 332 303 67 0 13 113 17 64 105 66
Binary 11011010 11000011 110111 0 1011 1001011 1111 110100 1000101 110110

Color Harmonies of #DAC337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC337

Black with #DAC337

Text Example


Text Example

White with #DAC337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC337; }

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

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

background-color css

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

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

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

border-color css

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

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

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