Html Css Color HEX #DCD339 Wattle

📋 copy color: '#DCD339'

red 220 ◦ green 211 ◦ blue 57

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

Shades of Wattle #DCD339

Tints of Wattle #DCD339

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.24%

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

R = 45.08%
G = 43.24%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DCD339 (or 0xDCD339) is known color: Wattle. HEX triplet: DC, D3 and 39. RGB value is (220,211,57). Sum of RGB (Red+Green+Blue) = 220+211+57=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 211 (82.81% from 255 or 43.24% from 488); Blue value is 57 (22.66% from 255 or 11.68% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD339 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD339 is #232CC6. Grayscale: #C4C4C4. Windows color (decimal): -2305223 or 3789788. OLE color: 3789788.

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

Color convert

RGB 220 211 57 -
CMYK 0 0.04 0.74 0.14
HSL 56.69º 0.7% 0.54% -
HSV(B) 56.69º 0.74% 0.86% -
XYZ 53.55 62.1 13.04 -
YUV 196.14 49.48 145.02 -
System Red Green Blue C M Y K H S L
Decimal 220 211 57 0 0.04 0.74 0.14 56.69 0.7 0.54
Hex DC D3 39 0 4 4A E 39 46 36
Octal 334 323 71 0 4 112 16 71 106 66
Binary 11011100 11010011 111001 0 100 1001010 1110 111001 1000110 110110

Color Harmonies of #DCD339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD339

Black with #DCD339

Text Example


Text Example

White with #DCD339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD339; }

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

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

background-color css

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

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

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

border-color css

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

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

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