Html Css Color HEX #DFDD5D Manz

📋 copy color: '#DFDD5D'

red 223 ◦ green 221 ◦ blue 93

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

Shades of Manz #DFDD5D

Tints of Manz #DFDD5D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.15%

 BLUE value IS 93 (36.72% from 255) = 17.32%

R = 41.53%
G = 41.15%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DFDD5D (or 0xDFDD5D) is known color: Manz. HEX triplet: DF, DD and 5D. RGB value is (223,221,93). Sum of RGB (Red+Green+Blue) = 223+221+93=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 93 (36.72% from 255 or 17.32% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDD5D is #2022A2. Grayscale: #CFCFCF. Windows color (decimal): -2106019 or 6151647. OLE color: 6151647.

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

Color convert

RGB 223 221 93 -
CMYK 0 0.01 0.58 0.13
HSL 59.08º 0.67% 0.62% -
HSV(B) 59.08º 0.58% 0.87% -
XYZ 58.26 68.19 20.45 -
YUV 207.01 63.66 139.41 -
System Red Green Blue C M Y K H S L
Decimal 223 221 93 0 0.01 0.58 0.13 59.08 0.67 0.62
Hex DF DD 5D 0 1 3A D 3B 43 3E
Octal 337 335 135 0 1 72 15 73 103 76
Binary 11011111 11011101 1011101 0 1 111010 1101 111011 1000011 111110

Color Harmonies of #DFDD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDD5D

Black with #DFDD5D

Text Example


Text Example

White with #DFDD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDD5D; }

 p { color: rgb(223,221,93); }

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

background-color css

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

 a { background-color: rgb(223,221,93); }

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

border-color css

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

 span { border-color: rgb(223,221,93); }

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