Html Css Color HEX #DCD55D Manz

📋 copy color: '#DCD55D'

red 220 ◦ green 213 ◦ blue 93

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

Shades of Manz #DCD55D

Tints of Manz #DCD55D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.49%

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

R = 41.83%
G = 40.49%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DCD55D (or 0xDCD55D) is known color: Manz. HEX triplet: DC, D5 and 5D. RGB value is (220,213,93). Sum of RGB (Red+Green+Blue) = 220+213+93=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 213 (83.59% from 255 or 40.49% from 526); Blue value is 93 (36.72% from 255 or 17.68% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD55D is #232AA2. Grayscale: #C9C9C9. Windows color (decimal): -2304675 or 6149596. OLE color: 6149596.

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

Color convert

RGB 220 213 93 -
CMYK 0 0.03 0.58 0.14
HSL 56.69º 0.64% 0.61% -
HSV(B) 56.69º 0.58% 0.86% -
XYZ 55.29 63.59 19.72 -
YUV 201.41 66.82 141.26 -
System Red Green Blue C M Y K H S L
Decimal 220 213 93 0 0.03 0.58 0.14 56.69 0.64 0.61
Hex DC D5 5D 0 3 3A E 39 40 3D
Octal 334 325 135 0 3 72 16 71 100 75
Binary 11011100 11010101 1011101 0 11 111010 1110 111001 1000000 111101

Color Harmonies of #DCD55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD55D

Black with #DCD55D

Text Example


Text Example

White with #DCD55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD55D; }

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

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

background-color css

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

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

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

border-color css

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

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

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