Html Css Color HEX #DFD460 Manz

📋 copy color: '#DFD460'

red 223 ◦ green 212 ◦ blue 96

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

Shades of Manz #DFD460

Tints of Manz #DFD460

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.92%

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

R = 42%
G = 39.92%
B = 18.08%

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

#DFD460 (or 0xDFD460) is known color: Manz. HEX triplet: DF, D4 and 60. RGB value is (223,212,96). Sum of RGB (Red+Green+Blue) = 223+212+96=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 212 (83.20% from 255 or 39.92% from 531); Blue value is 96 (37.89% from 255 or 18.08% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD460 is #202B9F. Grayscale: #CACACA. Windows color (decimal): -2108320 or 6345951. OLE color: 6345951.

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

Color convert

RGB 223 212 96 -
CMYK 0 0.05 0.57 0.13
HSL 54.8º 0.66% 0.63% -
HSV(B) 54.8º 0.57% 0.87% -
XYZ 56.09 63.62 20.39 -
YUV 202.07 68.14 142.93 -
System Red Green Blue C M Y K H S L
Decimal 223 212 96 0 0.05 0.57 0.13 54.8 0.66 0.63
Hex DF D4 60 0 5 39 D 37 42 3F
Octal 337 324 140 0 5 71 15 67 102 77
Binary 11011111 11010100 1100000 0 101 111001 1101 110111 1000010 111111

Color Harmonies of #DFD460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD460

Black with #DFD460

Text Example


Text Example

White with #DFD460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD460; }

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

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

background-color css

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

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

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

border-color css

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

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

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