Html Css Color HEX #DCD753 Manz

📋 copy color: '#DCD753'

red 220 ◦ green 215 ◦ blue 83

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

Shades of Manz #DCD753

Tints of Manz #DCD753

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.51%

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

R = 42.47%
G = 41.51%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DCD753 (or 0xDCD753) is known color: Manz. HEX triplet: DC, D7 and 53. RGB value is (220,215,83). Sum of RGB (Red+Green+Blue) = 220+215+83=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 215 (84.38% from 255 or 41.51% from 518); Blue value is 83 (32.81% from 255 or 16.02% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD753 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD753 is #2328AC. Grayscale: #C9C9C9. Windows color (decimal): -2304173 or 5494748. OLE color: 5494748.

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

Color convert

RGB 220 215 83 -
CMYK 0 0.02 0.62 0.14
HSL 57.81º 0.66% 0.59% -
HSV(B) 57.81º 0.62% 0.86% -
XYZ 55.38 64.44 17.7 -
YUV 201.45 61.16 141.23 -
System Red Green Blue C M Y K H S L
Decimal 220 215 83 0 0.02 0.62 0.14 57.81 0.66 0.59
Hex DC D7 53 0 2 3E E 3A 42 3B
Octal 334 327 123 0 2 76 16 72 102 73
Binary 11011100 11010111 1010011 0 10 111110 1110 111010 1000010 111011

Color Harmonies of #DCD753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD753

Black with #DCD753

Text Example


Text Example

White with #DCD753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD753; }

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

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

background-color css

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

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

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

border-color css

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

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

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