Html Css Color HEX #DFD955 Manz

📋 copy color: '#DFD955'

red 223 ◦ green 217 ◦ blue 85

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

Shades of Manz #DFD955

Tints of Manz #DFD955

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.33%

 BLUE value IS 85 (33.59% from 255) = 16.19%

R = 42.48%
G = 41.33%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DFD955 (or 0xDFD955) is known color: Manz. HEX triplet: DF, D9 and 55. RGB value is (223,217,85). Sum of RGB (Red+Green+Blue) = 223+217+85=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 85 (33.59% from 255 or 16.19% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD955 is #2026AA. Grayscale: #CCCCCC. Windows color (decimal): -2107051 or 5626335. OLE color: 5626335.

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

Color convert

RGB 223 217 85 -
CMYK 0 0.03 0.62 0.13
HSL 57.39º 0.68% 0.6% -
HSV(B) 57.39º 0.62% 0.87% -
XYZ 56.88 65.97 18.33 -
YUV 203.75 60.99 141.73 -
System Red Green Blue C M Y K H S L
Decimal 223 217 85 0 0.03 0.62 0.13 57.39 0.68 0.6
Hex DF D9 55 0 3 3E D 39 44 3C
Octal 337 331 125 0 3 76 15 71 104 74
Binary 11011111 11011001 1010101 0 11 111110 1101 111001 1000100 111100

Color Harmonies of #DFD955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD955

Black with #DFD955

Text Example


Text Example

White with #DFD955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD955; }

 p { color: rgb(223,217,85); }

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

background-color css

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

 a { background-color: rgb(223,217,85); }

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

border-color css

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

 span { border-color: rgb(223,217,85); }

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