Html Css Color HEX #DCD65F Manz

📋 copy color: '#DCD65F'

red 220 ◦ green 214 ◦ blue 95

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

Shades of Manz #DCD65F

Tints of Manz #DCD65F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.96%

R = 41.59%
G = 40.45%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DCD65F (or 0xDCD65F) is known color: Manz. HEX triplet: DC, D6 and 5F. RGB value is (220,214,95). Sum of RGB (Red+Green+Blue) = 220+214+95=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 95 (37.5% from 255 or 17.96% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD65F is #2329A0. Grayscale: #CACACA. Windows color (decimal): -2304417 or 6280924. OLE color: 6280924.

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

Color convert

RGB 220 214 95 -
CMYK 0 0.03 0.57 0.14
HSL 57.12º 0.64% 0.62% -
HSV(B) 57.12º 0.57% 0.86% -
XYZ 55.63 64.13 20.27 -
YUV 202.23 67.49 140.68 -
System Red Green Blue C M Y K H S L
Decimal 220 214 95 0 0.03 0.57 0.14 57.12 0.64 0.62
Hex DC D6 5F 0 3 39 E 39 40 3E
Octal 334 326 137 0 3 71 16 71 100 76
Binary 11011100 11010110 1011111 0 11 111001 1110 111001 1000000 111110

Color Harmonies of #DCD65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD65F

Black with #DCD65F

Text Example


Text Example

White with #DCD65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD65F; }

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

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

background-color css

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

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

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

border-color css

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

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

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