Html Css Color HEX #DCD053 Manz

📋 copy color: '#DCD053'

red 220 ◦ green 208 ◦ blue 83

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

Shades of Manz #DCD053

Tints of Manz #DCD053

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.7%

 BLUE value IS 83 (32.81% from 255) = 16.24%

R = 43.05%
G = 40.7%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DCD053 (or 0xDCD053) is known color: Manz. HEX triplet: DC, D0 and 53. RGB value is (220,208,83). Sum of RGB (Red+Green+Blue) = 220+208+83=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 83 (32.81% from 255 or 16.24% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD053 is #232FAC. Grayscale: #C5C5C5. Windows color (decimal): -2305965 or 5492956. OLE color: 5492956.

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

Color convert

RGB 220 208 83 -
CMYK 0 0.05 0.62 0.14
HSL 54.74º 0.66% 0.59% -
HSV(B) 54.74º 0.62% 0.86% -
XYZ 53.63 60.95 17.12 -
YUV 197.34 63.48 144.16 -
System Red Green Blue C M Y K H S L
Decimal 220 208 83 0 0.05 0.62 0.14 54.74 0.66 0.59
Hex DC D0 53 0 5 3E E 37 42 3B
Octal 334 320 123 0 5 76 16 67 102 73
Binary 11011100 11010000 1010011 0 101 111110 1110 110111 1000010 111011

Color Harmonies of #DCD053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD053

Black with #DCD053

Text Example


Text Example

White with #DCD053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD053; }

 p { color: rgb(220,208,83); }

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

background-color css

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

 a { background-color: rgb(220,208,83); }

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

border-color css

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

 span { border-color: rgb(220,208,83); }

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