Html Css Color HEX #DCD15D Manz

📋 copy color: '#DCD15D'

red 220 ◦ green 209 ◦ blue 93

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

Shades of Manz #DCD15D

Tints of Manz #DCD15D

RGB

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

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

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

R = 42.15%
G = 40.04%
B = 17.82%

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

#DCD15D (or 0xDCD15D) is known color: Manz. HEX triplet: DC, D1 and 5D. RGB value is (220,209,93). Sum of RGB (Red+Green+Blue) = 220+209+93=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 209 (82.03% from 255 or 40.04% from 522); Blue value is 93 (36.72% from 255 or 17.82% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD15D is #232EA2. Grayscale: #C7C7C7. Windows color (decimal): -2305699 or 6148572. OLE color: 6148572.

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

Color convert

RGB 220 209 93 -
CMYK 0 0.05 0.58 0.14
HSL 54.8º 0.64% 0.61% -
HSV(B) 54.8º 0.58% 0.86% -
XYZ 54.29 61.61 19.39 -
YUV 199.07 68.14 142.93 -
System Red Green Blue C M Y K H S L
Decimal 220 209 93 0 0.05 0.58 0.14 54.8 0.64 0.61
Hex DC D1 5D 0 5 3A E 37 40 3D
Octal 334 321 135 0 5 72 16 67 100 75
Binary 11011100 11010001 1011101 0 101 111010 1110 110111 1000000 111101

Color Harmonies of #DCD15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD15D

Black with #DCD15D

Text Example


Text Example

White with #DCD15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD15D; }

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

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

background-color css

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

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

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

border-color css

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

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

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