Html Css Color HEX #DFD060 Manz

📋 copy color: '#DFD060'

red 223 ◦ green 208 ◦ blue 96

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

Shades of Manz #DFD060

Tints of Manz #DFD060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.22%

R = 42.31%
G = 39.47%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DFD060 (or 0xDFD060) is known color: Manz. HEX triplet: DF, D0 and 60. RGB value is (223,208,96). Sum of RGB (Red+Green+Blue) = 223+208+96=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 208 (81.64% from 255 or 39.47% from 527); Blue value is 96 (37.89% from 255 or 18.22% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD060 is #202F9F. Grayscale: #C8C8C8. Windows color (decimal): -2109344 or 6344927. OLE color: 6344927.

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

Color convert

RGB 223 208 96 -
CMYK 0 0.07 0.57 0.13
HSL 52.91º 0.66% 0.63% -
HSV(B) 52.91º 0.57% 0.87% -
XYZ 55.1 61.64 20.06 -
YUV 199.72 69.47 144.61 -
System Red Green Blue C M Y K H S L
Decimal 223 208 96 0 0.07 0.57 0.13 52.91 0.66 0.63
Hex DF D0 60 0 7 39 D 35 42 3F
Octal 337 320 140 0 7 71 15 65 102 77
Binary 11011111 11010000 1100000 0 111 111001 1101 110101 1000010 111111

Color Harmonies of #DFD060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD060

Black with #DFD060

Text Example


Text Example

White with #DFD060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD060; }

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

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

background-color css

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

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

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

border-color css

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

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

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