Html Css Color HEX #DCD94A Manz

📋 copy color: '#DCD94A'

red 220 ◦ green 217 ◦ blue 74

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

Shades of Manz #DCD94A

Tints of Manz #DCD94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.48%

R = 43.05%
G = 42.47%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DCD94A (or 0xDCD94A) is known color: Manz. HEX triplet: DC, D9 and 4A. RGB value is (220,217,74). Sum of RGB (Red+Green+Blue) = 220+217+74=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 74 (29.30% from 255 or 14.48% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD94A is #2326B5. Grayscale: #CACACA. Windows color (decimal): -2303670 or 4905436. OLE color: 4905436.

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

Color convert

RGB 220 217 74 -
CMYK 0 0.01 0.66 0.14
HSL 58.77º 0.68% 0.58% -
HSV(B) 58.77º 0.66% 0.86% -
XYZ 55.56 65.34 16.16 -
YUV 201.6 55.99 141.13 -
System Red Green Blue C M Y K H S L
Decimal 220 217 74 0 0.01 0.66 0.14 58.77 0.68 0.58
Hex DC D9 4A 0 1 42 E 3B 44 3A
Octal 334 331 112 0 1 102 16 73 104 72
Binary 11011100 11011001 1001010 0 1 1000010 1110 111011 1000100 111010

Color Harmonies of #DCD94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD94A

Black with #DCD94A

Text Example


Text Example

White with #DCD94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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