Html Css Color HEX #DCD95E Manz

📋 copy color: '#DCD95E'

red 220 ◦ green 217 ◦ blue 94

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

Shades of Manz #DCD95E

Tints of Manz #DCD95E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.7%

R = 41.43%
G = 40.87%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DCD95E (or 0xDCD95E) is known color: Manz. HEX triplet: DC, D9 and 5E. RGB value is (220,217,94). Sum of RGB (Red+Green+Blue) = 220+217+94=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 94 (37.11% from 255 or 17.70% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD95E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD95E is #2326A1. Grayscale: #CCCCCC. Windows color (decimal): -2303650 or 6216156. OLE color: 6216156.

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

Color convert

RGB 220 217 94 -
CMYK 0 0.01 0.57 0.14
HSL 58.57º 0.64% 0.62% -
HSV(B) 58.57º 0.57% 0.86% -
XYZ 56.35 65.65 20.29 -
YUV 203.88 65.99 139.5 -
System Red Green Blue C M Y K H S L
Decimal 220 217 94 0 0.01 0.57 0.14 58.57 0.64 0.62
Hex DC D9 5E 0 1 39 E 3B 40 3E
Octal 334 331 136 0 1 71 16 73 100 76
Binary 11011100 11011001 1011110 0 1 111001 1110 111011 1000000 111110

Color Harmonies of #DCD95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD95E

Black with #DCD95E

Text Example


Text Example

White with #DCD95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD95E; }

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

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

background-color css

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

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

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

border-color css

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

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

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