Html Css Color HEX #DFD053 Manz

📋 copy color: '#DFD053'

red 223 ◦ green 208 ◦ blue 83

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

Shades of Manz #DFD053

Tints of Manz #DFD053

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.47%

 BLUE value IS 83 (32.81% from 255) = 16.15%

R = 43.39%
G = 40.47%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DFD053 (or 0xDFD053) is known color: Manz. HEX triplet: DF, D0 and 53. RGB value is (223,208,83). Sum of RGB (Red+Green+Blue) = 223+208+83=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 83 (32.81% from 255 or 16.15% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD053 is #202FAC. Grayscale: #C6C6C6. Windows color (decimal): -2109357 or 5492959. OLE color: 5492959.

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

Color convert

RGB 223 208 83 -
CMYK 0 0.07 0.63 0.13
HSL 53.57º 0.69% 0.6% -
HSV(B) 53.57º 0.63% 0.87% -
XYZ 54.55 61.42 17.16 -
YUV 198.24 62.97 145.66 -
System Red Green Blue C M Y K H S L
Decimal 223 208 83 0 0.07 0.63 0.13 53.57 0.69 0.6
Hex DF D0 53 0 7 3F D 36 45 3C
Octal 337 320 123 0 7 77 15 66 105 74
Binary 11011111 11010000 1010011 0 111 111111 1101 110110 1000101 111100

Color Harmonies of #DFD053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD053

Black with #DFD053

Text Example


Text Example

White with #DFD053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD053; }

 p { color: rgb(223,208,83); }

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

background-color css

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

 a { background-color: rgb(223,208,83); }

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

border-color css

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

 span { border-color: rgb(223,208,83); }

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