Html Css Color HEX #DFD948 Manz

📋 copy color: '#DFD948'

red 223 ◦ green 217 ◦ blue 72

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

Shades of Manz #DFD948

Tints of Manz #DFD948

RGB

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

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

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

R = 43.55%
G = 42.38%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DFD948 (or 0xDFD948) is known color: Manz. HEX triplet: DF, D9 and 48. RGB value is (223,217,72). Sum of RGB (Red+Green+Blue) = 223+217+72=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 217 (85.16% from 255 or 42.38% from 512); Blue value is 72 (28.52% from 255 or 14.06% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD948 is #2026B7. Grayscale: #CACACA. Windows color (decimal): -2107064 or 4774367. OLE color: 4774367.

HSL color Cylindrical-coordinate representation of color #DFD948: hue angle of 57.62º 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 #DFD948 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 217 72 -
CMYK 0 0.03 0.68 0.13
HSL 57.62º 0.7% 0.58% -
HSV(B) 57.62º 0.68% 0.87% -
XYZ 56.41 65.78 15.85 -
YUV 202.26 54.49 142.79 -
System Red Green Blue C M Y K H S L
Decimal 223 217 72 0 0.03 0.68 0.13 57.62 0.7 0.58
Hex DF D9 48 0 3 44 D 3A 46 3A
Octal 337 331 110 0 3 104 15 72 106 72
Binary 11011111 11011001 1001000 0 11 1000100 1101 111010 1000110 111010

Color Harmonies of #DFD948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD948

Black with #DFD948

Text Example


Text Example

White with #DFD948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD948; }

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

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

background-color css

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

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

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

border-color css

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

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

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