Html Css Color HEX #DCD95B Manz

📋 copy color: '#DCD95B'

red 220 ◦ green 217 ◦ blue 91

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

Shades of Manz #DCD95B

Tints of Manz #DCD95B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.23%

R = 41.67%
G = 41.1%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DCD95B (or 0xDCD95B) is known color: Manz. HEX triplet: DC, D9 and 5B. RGB value is (220,217,91). Sum of RGB (Red+Green+Blue) = 220+217+91=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 91 (35.94% from 255 or 17.23% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD95B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD95B is #2326A4. Grayscale: #CCCCCC. Windows color (decimal): -2303653 or 6019548. OLE color: 6019548.

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

Color convert

RGB 220 217 91 -
CMYK 0 0.01 0.59 0.14
HSL 58.6º 0.65% 0.61% -
HSV(B) 58.6º 0.59% 0.86% -
XYZ 56.22 65.6 19.6 -
YUV 203.53 64.49 139.75 -
System Red Green Blue C M Y K H S L
Decimal 220 217 91 0 0.01 0.59 0.14 58.6 0.65 0.61
Hex DC D9 5B 0 1 3B E 3B 41 3D
Octal 334 331 133 0 1 73 16 73 101 75
Binary 11011100 11011001 1011011 0 1 111011 1110 111011 1000001 111101

Color Harmonies of #DCD95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD95B

Black with #DCD95B

Text Example


Text Example

White with #DCD95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD95B; }

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

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

background-color css

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

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

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

border-color css

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

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

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