Html Css Color HEX #DCD136 Wattle

📋 copy color: '#DCD136'

red 220 ◦ green 209 ◦ blue 54

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

Shades of Wattle #DCD136

Tints of Wattle #DCD136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.18%

R = 45.55%
G = 43.27%
B = 11.18%

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

#DCD136 (or 0xDCD136) is known color: Wattle. HEX triplet: DC, D1 and 36. RGB value is (220,209,54). Sum of RGB (Red+Green+Blue) = 220+209+54=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 209 (82.03% from 255 or 43.27% from 483); Blue value is 54 (21.48% from 255 or 11.18% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD136 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD136 is #232EC9. Grayscale: #C3C3C3. Windows color (decimal): -2305738 or 3592668. OLE color: 3592668.

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

Color convert

RGB 220 209 54 -
CMYK 0 0.05 0.75 0.14
HSL 56.02º 0.7% 0.54% -
HSV(B) 56.02º 0.75% 0.86% -
XYZ 52.98 61.08 12.49 -
YUV 194.62 48.64 146.1 -
System Red Green Blue C M Y K H S L
Decimal 220 209 54 0 0.05 0.75 0.14 56.02 0.7 0.54
Hex DC D1 36 0 5 4B E 38 46 36
Octal 334 321 66 0 5 113 16 70 106 66
Binary 11011100 11010001 110110 0 101 1001011 1110 111000 1000110 110110

Color Harmonies of #DCD136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD136

Black with #DCD136

Text Example


Text Example

White with #DCD136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD136; }

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

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

background-color css

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

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

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

border-color css

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

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

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