Html Css Color HEX #DCD64F Manz

📋 copy color: '#DCD64F'

red 220 ◦ green 214 ◦ blue 79

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

Shades of Manz #DCD64F

Tints of Manz #DCD64F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.4%

R = 42.88%
G = 41.72%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DCD64F (or 0xDCD64F) is known color: Manz. HEX triplet: DC, D6 and 4F. RGB value is (220,214,79). Sum of RGB (Red+Green+Blue) = 220+214+79=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 79 (31.25% from 255 or 15.40% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD64F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD64F is #2329B0. Grayscale: #C8C8C8. Windows color (decimal): -2304433 or 5232348. OLE color: 5232348.

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

Color convert

RGB 220 214 79 -
CMYK 0 0.03 0.64 0.14
HSL 57.45º 0.67% 0.59% -
HSV(B) 57.45º 0.64% 0.86% -
XYZ 54.97 63.87 16.83 -
YUV 200.4 59.49 141.98 -
System Red Green Blue C M Y K H S L
Decimal 220 214 79 0 0.03 0.64 0.14 57.45 0.67 0.59
Hex DC D6 4F 0 3 40 E 39 43 3B
Octal 334 326 117 0 3 100 16 71 103 73
Binary 11011100 11010110 1001111 0 11 1000000 1110 111001 1000011 111011

Color Harmonies of #DCD64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD64F

Black with #DCD64F

Text Example


Text Example

White with #DCD64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD64F; }

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

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

background-color css

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

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

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

border-color css

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

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

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