Html Css Color HEX #DCD64C Manz

📋 copy color: '#DCD64C'

red 220 ◦ green 214 ◦ blue 76

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

Shades of Manz #DCD64C

Tints of Manz #DCD64C

RGB

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

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

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

R = 43.14%
G = 41.96%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DCD64C (or 0xDCD64C) is known color: Manz. HEX triplet: DC, D6 and 4C. RGB value is (220,214,76). Sum of RGB (Red+Green+Blue) = 220+214+76=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 76 (30.08% from 255 or 14.90% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD64C is #2329B3. Grayscale: #C8C8C8. Windows color (decimal): -2304436 or 5035740. OLE color: 5035740.

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

Color convert

RGB 220 214 76 -
CMYK 0 0.03 0.65 0.14
HSL 57.5º 0.67% 0.58% -
HSV(B) 57.5º 0.65% 0.86% -
XYZ 54.87 63.83 16.27 -
YUV 200.06 57.99 142.22 -
System Red Green Blue C M Y K H S L
Decimal 220 214 76 0 0.03 0.65 0.14 57.5 0.67 0.58
Hex DC D6 4C 0 3 41 E 3A 43 3A
Octal 334 326 114 0 3 101 16 72 103 72
Binary 11011100 11010110 1001100 0 11 1000001 1110 111010 1000011 111010

Color Harmonies of #DCD64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD64C

Black with #DCD64C

Text Example


Text Example

White with #DCD64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD64C; }

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

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

background-color css

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

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

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

border-color css

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

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

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