Html Css Color HEX #DFDC48 Manz

📋 copy color: '#DFDC48'

red 223 ◦ green 220 ◦ blue 72

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

Shades of Manz #DFDC48

Tints of Manz #DFDC48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.98%

R = 43.3%
G = 42.72%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DFDC48 (or 0xDFDC48) is known color: Manz. HEX triplet: DF, DC and 48. RGB value is (223,220,72). Sum of RGB (Red+Green+Blue) = 223+220+72=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 72 (28.52% from 255 or 13.98% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDC48 is #2023B7. Grayscale: #CCCCCC. Windows color (decimal): -2106296 or 4775135. OLE color: 4775135.

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

Color convert

RGB 223 220 72 -
CMYK 0 0.01 0.68 0.13
HSL 58.81º 0.7% 0.58% -
HSV(B) 58.81º 0.68% 0.87% -
XYZ 57.19 67.34 16.11 -
YUV 204.03 53.49 141.53 -
System Red Green Blue C M Y K H S L
Decimal 223 220 72 0 0.01 0.68 0.13 58.81 0.7 0.58
Hex DF DC 48 0 1 44 D 3B 46 3A
Octal 337 334 110 0 1 104 15 73 106 72
Binary 11011111 11011100 1001000 0 1 1000100 1101 111011 1000110 111010

Color Harmonies of #DFDC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDC48

Black with #DFDC48

Text Example


Text Example

White with #DFDC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDC48; }

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

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

background-color css

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

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

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

border-color css

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

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

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