Html Css Color HEX #DFD05D Manz

📋 copy color: '#DFD05D'

red 223 ◦ green 208 ◦ blue 93

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

Shades of Manz #DFD05D

Tints of Manz #DFD05D

RGB

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

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

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

R = 42.56%
G = 39.69%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DFD05D (or 0xDFD05D) is known color: Manz. HEX triplet: DF, D0 and 5D. RGB value is (223,208,93). Sum of RGB (Red+Green+Blue) = 223+208+93=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 93 (36.72% from 255 or 17.75% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD05D is #202FA2. Grayscale: #C7C7C7. Windows color (decimal): -2109347 or 6148319. OLE color: 6148319.

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

Color convert

RGB 223 208 93 -
CMYK 0 0.07 0.58 0.13
HSL 53.08º 0.67% 0.62% -
HSV(B) 53.08º 0.58% 0.87% -
XYZ 54.96 61.59 19.35 -
YUV 199.38 67.97 144.85 -
System Red Green Blue C M Y K H S L
Decimal 223 208 93 0 0.07 0.58 0.13 53.08 0.67 0.62
Hex DF D0 5D 0 7 3A D 35 43 3E
Octal 337 320 135 0 7 72 15 65 103 76
Binary 11011111 11010000 1011101 0 111 111010 1101 110101 1000011 111110

Color Harmonies of #DFD05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD05D

Black with #DFD05D

Text Example


Text Example

White with #DFD05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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