Html Css Color HEX #DFD455 Manz

📋 copy color: '#DFD455'

red 223 ◦ green 212 ◦ blue 85

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

Shades of Manz #DFD455

Tints of Manz #DFD455

RGB

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

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

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

R = 42.88%
G = 40.77%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DFD455 (or 0xDFD455) is known color: Manz. HEX triplet: DF, D4 and 55. RGB value is (223,212,85). Sum of RGB (Red+Green+Blue) = 223+212+85=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 212 (83.20% from 255 or 40.77% from 520); Blue value is 85 (33.59% from 255 or 16.35% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD455 is #202BAA. Grayscale: #C9C9C9. Windows color (decimal): -2108331 or 5625055. OLE color: 5625055.

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

Color convert

RGB 223 212 85 -
CMYK 0 0.05 0.62 0.13
HSL 55.22º 0.68% 0.6% -
HSV(B) 55.22º 0.62% 0.87% -
XYZ 55.61 63.43 17.91 -
YUV 200.81 62.64 143.83 -
System Red Green Blue C M Y K H S L
Decimal 223 212 85 0 0.05 0.62 0.13 55.22 0.68 0.6
Hex DF D4 55 0 5 3E D 37 44 3C
Octal 337 324 125 0 5 76 15 67 104 74
Binary 11011111 11010100 1010101 0 101 111110 1101 110111 1000100 111100

Color Harmonies of #DFD455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD455

Black with #DFD455

Text Example


Text Example

White with #DFD455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD455; }

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

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

background-color css

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

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

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

border-color css

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

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

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