Html Css Color HEX #DCD953 Manz

📋 copy color: '#DCD953'

red 220 ◦ green 217 ◦ blue 83

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

Shades of Manz #DCD953

Tints of Manz #DCD953

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.73%

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

R = 42.31%
G = 41.73%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DCD953 (or 0xDCD953) is known color: Manz. HEX triplet: DC, D9 and 53. RGB value is (220,217,83). Sum of RGB (Red+Green+Blue) = 220+217+83=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 217 (85.16% from 255 or 41.73% from 520); Blue value is 83 (32.81% from 255 or 15.96% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD953 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD953 is #2326AC. Grayscale: #CBCBCB. Windows color (decimal): -2303661 or 5495260. OLE color: 5495260.

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

Color convert

RGB 220 217 83 -
CMYK 0 0.01 0.62 0.14
HSL 58.69º 0.66% 0.59% -
HSV(B) 58.69º 0.62% 0.86% -
XYZ 55.89 65.47 17.87 -
YUV 202.62 60.49 140.4 -
System Red Green Blue C M Y K H S L
Decimal 220 217 83 0 0.01 0.62 0.14 58.69 0.66 0.59
Hex DC D9 53 0 1 3E E 3B 42 3B
Octal 334 331 123 0 1 76 16 73 102 73
Binary 11011100 11011001 1010011 0 1 111110 1110 111011 1000010 111011

Color Harmonies of #DCD953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD953

Black with #DCD953

Text Example


Text Example

White with #DCD953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD953; }

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

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

background-color css

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

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

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

border-color css

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

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

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