Html Css Color HEX #DCD239 Wattle

📋 copy color: '#DCD239'

red 220 ◦ green 210 ◦ blue 57

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

Shades of Wattle #DCD239

Tints of Wattle #DCD239

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.12%

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

R = 45.17%
G = 43.12%
B = 11.7%

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

#DCD239 (or 0xDCD239) is known color: Wattle. HEX triplet: DC, D2 and 39. RGB value is (220,210,57). Sum of RGB (Red+Green+Blue) = 220+210+57=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 57 (22.66% from 255 or 11.70% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD239 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD239 is #232DC6. Grayscale: #C4C4C4. Windows color (decimal): -2305479 or 3789532. OLE color: 3789532.

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

Color convert

RGB 220 210 57 -
CMYK 0 0.05 0.74 0.14
HSL 56.32º 0.7% 0.54% -
HSV(B) 56.32º 0.74% 0.86% -
XYZ 53.3 61.6 12.95 -
YUV 195.55 49.81 145.44 -
System Red Green Blue C M Y K H S L
Decimal 220 210 57 0 0.05 0.74 0.14 56.32 0.7 0.54
Hex DC D2 39 0 5 4A E 38 46 36
Octal 334 322 71 0 5 112 16 70 106 66
Binary 11011100 11010010 111001 0 101 1001010 1110 111000 1000110 110110

Color Harmonies of #DCD239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD239

Black with #DCD239

Text Example


Text Example

White with #DCD239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD239; }

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

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

background-color css

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

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

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

border-color css

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

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

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