Html Css Color HEX #DCD15B Manz

📋 copy color: '#DCD15B'

red 220 ◦ green 209 ◦ blue 91

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

Shades of Manz #DCD15B

Tints of Manz #DCD15B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.19%

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

R = 42.31%
G = 40.19%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DCD15B (or 0xDCD15B) is known color: Manz. HEX triplet: DC, D1 and 5B. RGB value is (220,209,91). Sum of RGB (Red+Green+Blue) = 220+209+91=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 209 (82.03% from 255 or 40.19% from 520); Blue value is 91 (35.94% from 255 or 17.5% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD15B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD15B is #232EA4. Grayscale: #C7C7C7. Windows color (decimal): -2305701 or 6017500. OLE color: 6017500.

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

Color convert

RGB 220 209 91 -
CMYK 0 0.05 0.59 0.14
HSL 54.88º 0.65% 0.61% -
HSV(B) 54.88º 0.59% 0.86% -
XYZ 54.2 61.57 18.93 -
YUV 198.84 67.14 143.09 -
System Red Green Blue C M Y K H S L
Decimal 220 209 91 0 0.05 0.59 0.14 54.88 0.65 0.61
Hex DC D1 5B 0 5 3B E 37 41 3D
Octal 334 321 133 0 5 73 16 67 101 75
Binary 11011100 11010001 1011011 0 101 111011 1110 110111 1000001 111101

Color Harmonies of #DCD15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD15B

Black with #DCD15B

Text Example


Text Example

White with #DCD15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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