Html Css Color HEX #DFD056 Manz

📋 copy color: '#DFD056'

red 223 ◦ green 208 ◦ blue 86

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

Shades of Manz #DFD056

Tints of Manz #DFD056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 16.63%

R = 43.13%
G = 40.23%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DFD056 (or 0xDFD056) is known color: Manz. HEX triplet: DF, D0 and 56. RGB value is (223,208,86). Sum of RGB (Red+Green+Blue) = 223+208+86=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 86 (33.98% from 255 or 16.63% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD056 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD056 is #202FA9. Grayscale: #C7C7C7. Windows color (decimal): -2109354 or 5689567. OLE color: 5689567.

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

Color convert

RGB 223 208 86 -
CMYK 0 0.07 0.61 0.13
HSL 53.43º 0.68% 0.61% -
HSV(B) 53.43º 0.61% 0.87% -
XYZ 54.67 61.47 17.79 -
YUV 198.58 64.47 145.42 -
System Red Green Blue C M Y K H S L
Decimal 223 208 86 0 0.07 0.61 0.13 53.43 0.68 0.61
Hex DF D0 56 0 7 3D D 35 44 3D
Octal 337 320 126 0 7 75 15 65 104 75
Binary 11011111 11010000 1010110 0 111 111101 1101 110101 1000100 111101

Color Harmonies of #DFD056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD056

Black with #DFD056

Text Example


Text Example

White with #DFD056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD056; }

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

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

background-color css

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

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

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

border-color css

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

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

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