Html Css Color HEX #DCD253 Manz

📋 copy color: '#DCD253'

red 220 ◦ green 210 ◦ blue 83

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

Shades of Manz #DCD253

Tints of Manz #DCD253

RGB

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

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

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

R = 42.88%
G = 40.94%
B = 16.18%

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

#DCD253 (or 0xDCD253) is known color: Manz. HEX triplet: DC, D2 and 53. RGB value is (220,210,83). Sum of RGB (Red+Green+Blue) = 220+210+83=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 83 (32.81% from 255 or 16.18% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD253 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD253 is #232DAC. Grayscale: #C7C7C7. Windows color (decimal): -2305453 or 5493468. OLE color: 5493468.

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

Color convert

RGB 220 210 83 -
CMYK 0 0.05 0.62 0.14
HSL 55.62º 0.66% 0.59% -
HSV(B) 55.62º 0.62% 0.86% -
XYZ 54.12 61.93 17.29 -
YUV 198.51 62.81 143.33 -
System Red Green Blue C M Y K H S L
Decimal 220 210 83 0 0.05 0.62 0.14 55.62 0.66 0.59
Hex DC D2 53 0 5 3E E 38 42 3B
Octal 334 322 123 0 5 76 16 70 102 73
Binary 11011100 11010010 1010011 0 101 111110 1110 111000 1000010 111011

Color Harmonies of #DCD253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD253

Black with #DCD253

Text Example


Text Example

White with #DCD253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD253; }

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

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

background-color css

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

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

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

border-color css

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

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

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