Html Css Color HEX #DCD139 Wattle

📋 copy color: '#DCD139'

red 220 ◦ green 209 ◦ blue 57

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

Shades of Wattle #DCD139

Tints of Wattle #DCD139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 11.73%

R = 45.27%
G = 43%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DCD139 (or 0xDCD139) is known color: Wattle. HEX triplet: DC, D1 and 39. RGB value is (220,209,57). Sum of RGB (Red+Green+Blue) = 220+209+57=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 209 (82.03% from 255 or 43.00% from 486); Blue value is 57 (22.66% from 255 or 11.73% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD139 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD139 is #232EC6. Grayscale: #C3C3C3. Windows color (decimal): -2305735 or 3789276. OLE color: 3789276.

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

Color convert

RGB 220 209 57 -
CMYK 0 0.05 0.74 0.14
HSL 55.95º 0.7% 0.54% -
HSV(B) 55.95º 0.74% 0.86% -
XYZ 53.05 61.11 12.87 -
YUV 194.96 50.14 145.86 -
System Red Green Blue C M Y K H S L
Decimal 220 209 57 0 0.05 0.74 0.14 55.95 0.7 0.54
Hex DC D1 39 0 5 4A E 38 46 36
Octal 334 321 71 0 5 112 16 70 106 66
Binary 11011100 11010001 111001 0 101 1001010 1110 111000 1000110 110110

Color Harmonies of #DCD139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD139

Black with #DCD139

Text Example


Text Example

White with #DCD139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD139; }

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

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

background-color css

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

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

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

border-color css

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

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

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