Html Css Color HEX #DFDC61 Manz

📋 copy color: '#DFDC61'

red 223 ◦ green 220 ◦ blue 97

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

Shades of Manz #DFDC61

Tints of Manz #DFDC61

RGB

 RED value IS 223 (87.5% from 255) = 41.3%

 GREEN value IS 220 (86.33% from 255) = 40.74%

 BLUE value IS 97 (38.28% from 255) = 17.96%

R = 41.3%
G = 40.74%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DFDC61 (or 0xDFDC61) is known color: Manz. HEX triplet: DF, DC and 61. RGB value is (223,220,97). Sum of RGB (Red+Green+Blue) = 223+220+97=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 97 (38.28% from 255 or 17.96% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC61 is #20239E. Grayscale: #CFCFCF. Windows color (decimal): -2106271 or 6413535. OLE color: 6413535.

HSL color Cylindrical-coordinate representation of color #DFDC61: hue angle of 58.57º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFDC61 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 220 97 -
CMYK 0 0.01 0.57 0.13
HSL 58.57º 0.66% 0.63% -
HSV(B) 58.57º 0.57% 0.87% -
XYZ 58.18 67.74 21.32 -
YUV 206.88 65.99 139.5 -
System Red Green Blue C M Y K H S L
Decimal 223 220 97 0 0.01 0.57 0.13 58.57 0.66 0.63
Hex DF DC 61 0 1 39 D 3B 42 3F
Octal 337 334 141 0 1 71 15 73 102 77
Binary 11011111 11011100 1100001 0 1 111001 1101 111011 1000010 111111

Color Harmonies of #DFDC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDC61

Black with #DFDC61

Text Example


Text Example

White with #DFDC61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDC61; }

 p { color: rgb(223,220,97); }

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

background-color css

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

 a { background-color: rgb(223,220,97); }

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

border-color css

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

 span { border-color: rgb(223,220,97); }

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