Html Css Color HEX #DCD137 Wattle

📋 copy color: '#DCD137'

red 220 ◦ green 209 ◦ blue 55

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

Shades of Wattle #DCD137

Tints of Wattle #DCD137

RGB

 RED value IS 220 (86.33% from 255) = 45.45%

 GREEN value IS 209 (82.03% from 255) = 43.18%

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

R = 45.45%
G = 43.18%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DCD137 (or 0xDCD137) is known color: Wattle. HEX triplet: DC, D1 and 37. RGB value is (220,209,55). Sum of RGB (Red+Green+Blue) = 220+209+55=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 55 (21.88% from 255 or 11.36% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD137 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD137 is #232EC8. Grayscale: #C3C3C3. Windows color (decimal): -2305737 or 3658204. OLE color: 3658204.

HSL color Cylindrical-coordinate representation of color #DCD137: hue angle of 56º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCD137 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 209 55 -
CMYK 0 0.05 0.75 0.14
HSL 56º 0.7% 0.54% -
HSV(B) 56º 0.75% 0.86% -
XYZ 53.01 61.09 12.61 -
YUV 194.73 49.14 146.02 -
System Red Green Blue C M Y K H S L
Decimal 220 209 55 0 0.05 0.75 0.14 56 0.7 0.54
Hex DC D1 37 0 5 4B E 38 46 36
Octal 334 321 67 0 5 113 16 70 106 66
Binary 11011100 11010001 110111 0 101 1001011 1110 111000 1000110 110110

Color Harmonies of #DCD137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD137

Black with #DCD137

Text Example


Text Example

White with #DCD137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD137; }

 p { color: rgb(220,209,55); }

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

background-color css

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

 a { background-color: rgb(220,209,55); }

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

border-color css

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

 span { border-color: rgb(220,209,55); }

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