Html Css Color HEX #DFD361 Manz

📋 copy color: '#DFD361'

red 223 ◦ green 211 ◦ blue 97

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

Shades of Manz #DFD361

Tints of Manz #DFD361

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.74%

 BLUE value IS 97 (38.28% from 255) = 18.27%

R = 42%
G = 39.74%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DFD361 (or 0xDFD361) is known color: Manz. HEX triplet: DF, D3 and 61. RGB value is (223,211,97). Sum of RGB (Red+Green+Blue) = 223+211+97=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 211 (82.81% from 255 or 39.74% from 531); Blue value is 97 (38.28% from 255 or 18.27% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD361 is #202C9E. Grayscale: #CACACA. Windows color (decimal): -2108575 or 6411231. OLE color: 6411231.

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

Color convert

RGB 223 211 97 -
CMYK 0 0.05 0.57 0.13
HSL 54.29º 0.66% 0.63% -
HSV(B) 54.29º 0.57% 0.87% -
XYZ 55.88 63.14 20.55 -
YUV 201.59 68.98 143.27 -
System Red Green Blue C M Y K H S L
Decimal 223 211 97 0 0.05 0.57 0.13 54.29 0.66 0.63
Hex DF D3 61 0 5 39 D 36 42 3F
Octal 337 323 141 0 5 71 15 66 102 77
Binary 11011111 11010011 1100001 0 101 111001 1101 110110 1000010 111111

Color Harmonies of #DFD361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD361

Black with #DFD361

Text Example


Text Example

White with #DFD361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD361; }

 p { color: rgb(223,211,97); }

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

background-color css

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

 a { background-color: rgb(223,211,97); }

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

border-color css

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

 span { border-color: rgb(223,211,97); }

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