Html Css Color HEX #DCD658 Manz

📋 copy color: '#DCD658'

red 220 ◦ green 214 ◦ blue 88

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

Shades of Manz #DCD658

Tints of Manz #DCD658

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41%

 BLUE value IS 88 (34.77% from 255) = 16.86%

R = 42.15%
G = 41%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DCD658 (or 0xDCD658) is known color: Manz. HEX triplet: DC, D6 and 58. RGB value is (220,214,88). Sum of RGB (Red+Green+Blue) = 220+214+88=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 214 (83.98% from 255 or 41.00% from 522); Blue value is 88 (34.77% from 255 or 16.86% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD658 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD658 is #2329A7. Grayscale: #C9C9C9. Windows color (decimal): -2304424 or 5822172. OLE color: 5822172.

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

Color convert

RGB 220 214 88 -
CMYK 0 0.03 0.6 0.14
HSL 57.27º 0.65% 0.6% -
HSV(B) 57.27º 0.6% 0.86% -
XYZ 55.32 64.01 18.67 -
YUV 201.43 63.99 141.25 -
System Red Green Blue C M Y K H S L
Decimal 220 214 88 0 0.03 0.6 0.14 57.27 0.65 0.6
Hex DC D6 58 0 3 3C E 39 41 3C
Octal 334 326 130 0 3 74 16 71 101 74
Binary 11011100 11010110 1011000 0 11 111100 1110 111001 1000001 111100

Color Harmonies of #DCD658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD658

Black with #DCD658

Text Example


Text Example

White with #DCD658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD658; }

 p { color: rgb(220,214,88); }

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

background-color css

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

 a { background-color: rgb(220,214,88); }

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

border-color css

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

 span { border-color: rgb(220,214,88); }

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