Html Css Color HEX #DFD75D Manz

📋 copy color: '#DFD75D'

red 223 ◦ green 215 ◦ blue 93

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

Shades of Manz #DFD75D

Tints of Manz #DFD75D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.49%

 BLUE value IS 93 (36.72% from 255) = 17.51%

R = 42%
G = 40.49%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DFD75D (or 0xDFD75D) is known color: Manz. HEX triplet: DF, D7 and 5D. RGB value is (223,215,93). Sum of RGB (Red+Green+Blue) = 223+215+93=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 215 (84.38% from 255 or 40.49% from 531); Blue value is 93 (36.72% from 255 or 17.51% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD75D is #2028A2. Grayscale: #CBCBCB. Windows color (decimal): -2107555 or 6150111. OLE color: 6150111.

HSL color Cylindrical-coordinate representation of color #DFD75D: hue angle of 56.31º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DFD75D is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 215 93 -
CMYK 0 0.04 0.58 0.13
HSL 56.31º 0.67% 0.62% -
HSV(B) 56.31º 0.58% 0.87% -
XYZ 56.71 65.08 19.93 -
YUV 203.48 65.65 141.92 -
System Red Green Blue C M Y K H S L
Decimal 223 215 93 0 0.04 0.58 0.13 56.31 0.67 0.62
Hex DF D7 5D 0 4 3A D 38 43 3E
Octal 337 327 135 0 4 72 15 70 103 76
Binary 11011111 11010111 1011101 0 100 111010 1101 111000 1000011 111110

Color Harmonies of #DFD75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD75D

Black with #DFD75D

Text Example


Text Example

White with #DFD75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD75D; }

 p { color: rgb(223,215,93); }

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

background-color css

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

 a { background-color: rgb(223,215,93); }

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

border-color css

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

 span { border-color: rgb(223,215,93); }

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