Html Css Color HEX #DACD37 Wattle

📋 copy color: '#DACD37'

red 218 ◦ green 205 ◦ blue 55

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

Shades of Wattle #DACD37

Tints of Wattle #DACD37

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.89%

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

R = 45.61%
G = 42.89%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DACD37 (or 0xDACD37) is known color: Wattle. HEX triplet: DA, CD and 37. RGB value is (218,205,55). Sum of RGB (Red+Green+Blue) = 218+205+55=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 55 (21.88% from 255 or 11.51% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DACD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACD37 is #2532C8. Grayscale: #C0C0C0. Windows color (decimal): -2437833 or 3657178. OLE color: 3657178.

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

Color convert

RGB 218 205 55 -
CMYK 0 0.06 0.75 0.15
HSL 55.21º 0.69% 0.54% -
HSV(B) 55.21º 0.75% 0.85% -
XYZ 51.43 58.84 12.26 -
YUV 191.79 50.81 146.7 -
System Red Green Blue C M Y K H S L
Decimal 218 205 55 0 0.06 0.75 0.15 55.21 0.69 0.54
Hex DA CD 37 0 6 4B F 37 45 36
Octal 332 315 67 0 6 113 17 67 105 66
Binary 11011010 11001101 110111 0 110 1001011 1111 110111 1000101 110110

Color Harmonies of #DACD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACD37

Black with #DACD37

Text Example


Text Example

White with #DACD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACD37; }

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

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

background-color css

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

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

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

border-color css

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

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

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