Html Css Color HEX #DCD05D Manz

📋 copy color: '#DCD05D'

red 220 ◦ green 208 ◦ blue 93

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

Shades of Manz #DCD05D

Tints of Manz #DCD05D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.85%

R = 42.23%
G = 39.92%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DCD05D (or 0xDCD05D) is known color: Manz. HEX triplet: DC, D0 and 5D. RGB value is (220,208,93). Sum of RGB (Red+Green+Blue) = 220+208+93=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD05D is #232FA2. Grayscale: #C6C6C6. Windows color (decimal): -2305955 or 6148316. OLE color: 6148316.

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

Color convert

RGB 220 208 93 -
CMYK 0 0.05 0.58 0.14
HSL 54.33º 0.64% 0.61% -
HSV(B) 54.33º 0.58% 0.86% -
XYZ 54.05 61.12 19.3 -
YUV 198.48 68.48 143.35 -
System Red Green Blue C M Y K H S L
Decimal 220 208 93 0 0.05 0.58 0.14 54.33 0.64 0.61
Hex DC D0 5D 0 5 3A E 36 40 3D
Octal 334 320 135 0 5 72 16 66 100 75
Binary 11011100 11010000 1011101 0 101 111010 1110 110110 1000000 111101

Color Harmonies of #DCD05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD05D

Black with #DCD05D

Text Example


Text Example

White with #DCD05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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