Html Css Color HEX #DCD94C Manz

📋 copy color: '#DCD94C'

red 220 ◦ green 217 ◦ blue 76

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

Shades of Manz #DCD94C

Tints of Manz #DCD94C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.3%

 BLUE value IS 76 (30.08% from 255) = 14.81%

R = 42.88%
G = 42.3%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DCD94C (or 0xDCD94C) is known color: Manz. HEX triplet: DC, D9 and 4C. RGB value is (220,217,76). Sum of RGB (Red+Green+Blue) = 220+217+76=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 76 (30.08% from 255 or 14.81% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD94C is #2326B3. Grayscale: #CACACA. Windows color (decimal): -2303668 or 5036508. OLE color: 5036508.

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

Color convert

RGB 220 217 76 -
CMYK 0 0.01 0.65 0.14
HSL 58.75º 0.67% 0.58% -
HSV(B) 58.75º 0.65% 0.86% -
XYZ 55.63 65.36 16.52 -
YUV 201.82 56.99 140.96 -
System Red Green Blue C M Y K H S L
Decimal 220 217 76 0 0.01 0.65 0.14 58.75 0.67 0.58
Hex DC D9 4C 0 1 41 E 3B 43 3A
Octal 334 331 114 0 1 101 16 73 103 72
Binary 11011100 11011001 1001100 0 1 1000001 1110 111011 1000011 111010

Color Harmonies of #DCD94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD94C

Black with #DCD94C

Text Example


Text Example

White with #DCD94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD94C; }

 p { color: rgb(220,217,76); }

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

background-color css

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

 a { background-color: rgb(220,217,76); }

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

border-color css

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

 span { border-color: rgb(220,217,76); }

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