Html Css Color HEX #DFD950 Manz

📋 copy color: '#DFD950'

red 223 ◦ green 217 ◦ blue 80

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

Shades of Manz #DFD950

Tints of Manz #DFD950

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.73%

 BLUE value IS 80 (31.64% from 255) = 15.38%

R = 42.88%
G = 41.73%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DFD950 (or 0xDFD950) is known color: Manz. HEX triplet: DF, D9 and 50. RGB value is (223,217,80). Sum of RGB (Red+Green+Blue) = 223+217+80=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 217 (85.16% from 255 or 41.73% from 520); Blue value is 80 (31.64% from 255 or 15.38% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD950 is #2026AF. Grayscale: #CBCBCB. Windows color (decimal): -2107056 or 5298655. OLE color: 5298655.

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

Color convert

RGB 223 217 80 -
CMYK 0 0.03 0.64 0.13
HSL 57.48º 0.69% 0.59% -
HSV(B) 57.48º 0.64% 0.87% -
XYZ 56.69 65.89 17.32 -
YUV 203.18 58.49 142.14 -
System Red Green Blue C M Y K H S L
Decimal 223 217 80 0 0.03 0.64 0.13 57.48 0.69 0.59
Hex DF D9 50 0 3 40 D 39 45 3B
Octal 337 331 120 0 3 100 15 71 105 73
Binary 11011111 11011001 1010000 0 11 1000000 1101 111001 1000101 111011

Color Harmonies of #DFD950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD950

Black with #DFD950

Text Example


Text Example

White with #DFD950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD950; }

 p { color: rgb(223,217,80); }

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

background-color css

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

 a { background-color: rgb(223,217,80); }

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

border-color css

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

 span { border-color: rgb(223,217,80); }

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