Html Css Color HEX #DFDD49 Manz

📋 copy color: '#DFDD49'

red 223 ◦ green 221 ◦ blue 73

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

Shades of Manz #DFDD49

Tints of Manz #DFDD49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.12%

R = 43.13%
G = 42.75%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DFDD49 (or 0xDFDD49) is known color: Manz. HEX triplet: DF, DD and 49. RGB value is (223,221,73). Sum of RGB (Red+Green+Blue) = 223+221+73=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 73 (28.91% from 255 or 14.12% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDD49 is #2022B6. Grayscale: #CDCDCD. Windows color (decimal): -2106039 or 4840927. OLE color: 4840927.

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

Color convert

RGB 223 221 73 -
CMYK 0 0.01 0.67 0.13
HSL 59.2º 0.7% 0.58% -
HSV(B) 59.2º 0.67% 0.87% -
XYZ 57.49 67.88 16.38 -
YUV 204.73 53.66 141.03 -
System Red Green Blue C M Y K H S L
Decimal 223 221 73 0 0.01 0.67 0.13 59.2 0.7 0.58
Hex DF DD 49 0 1 43 D 3B 46 3A
Octal 337 335 111 0 1 103 15 73 106 72
Binary 11011111 11011101 1001001 0 1 1000011 1101 111011 1000110 111010

Color Harmonies of #DFDD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDD49

Black with #DFDD49

Text Example


Text Example

White with #DFDD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDD49; }

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

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

background-color css

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

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

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

border-color css

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

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

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