Html Css Color HEX #DCD259 Manz

📋 copy color: '#DCD259'

red 220 ◦ green 210 ◦ blue 89

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

Shades of Manz #DCD259

Tints of Manz #DCD259

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.46%

 BLUE value IS 89 (35.16% from 255) = 17.15%

R = 42.39%
G = 40.46%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DCD259 (or 0xDCD259) is known color: Manz. HEX triplet: DC, D2 and 59. RGB value is (220,210,89). Sum of RGB (Red+Green+Blue) = 220+210+89=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 210 (82.42% from 255 or 40.46% from 519); Blue value is 89 (35.16% from 255 or 17.15% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD259 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD259 is #232DA6. Grayscale: #C7C7C7. Windows color (decimal): -2305447 or 5886684. OLE color: 5886684.

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

Color convert

RGB 220 210 89 -
CMYK 0 0.05 0.60 0.14
HSL 55.42º 0.65% 0.61% -
HSV(B) 55.42º 0.6% 0.86% -
XYZ 54.36 62.03 18.56 -
YUV 199.2 65.81 142.84 -
System Red Green Blue C M Y K H S L
Decimal 220 210 89 0 0.05 0.60 0.14 55.42 0.65 0.61
Hex DC D2 59 0 5 3C E 37 41 3D
Octal 334 322 131 0 5 74 16 67 101 75
Binary 11011100 11010010 1011001 0 101 111100 1110 110111 1000001 111101

Color Harmonies of #DCD259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD259

Black with #DCD259

Text Example


Text Example

White with #DCD259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD259; }

 p { color: rgb(220,210,89); }

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

background-color css

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

 a { background-color: rgb(220,210,89); }

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

border-color css

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

 span { border-color: rgb(220,210,89); }

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