Html Css Color HEX #DFD55E Manz

📋 copy color: '#DFD55E'

red 223 ◦ green 213 ◦ blue 94

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

Shades of Manz #DFD55E

Tints of Manz #DFD55E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.19%

 BLUE value IS 94 (37.11% from 255) = 17.74%

R = 42.08%
G = 40.19%
B = 17.74%

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

#DFD55E (or 0xDFD55E) is known color: Manz. HEX triplet: DF, D5 and 5E. RGB value is (223,213,94). Sum of RGB (Red+Green+Blue) = 223+213+94=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 213 (83.59% from 255 or 40.19% from 530); Blue value is 94 (37.11% from 255 or 17.74% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD55E is #202AA1. Grayscale: #CACACA. Windows color (decimal): -2108066 or 6215135. OLE color: 6215135.

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

Color convert

RGB 223 213 94 -
CMYK 0 0.04 0.58 0.13
HSL 55.35º 0.67% 0.62% -
HSV(B) 55.35º 0.58% 0.87% -
XYZ 56.25 64.08 19.99 -
YUV 202.42 66.81 142.68 -
System Red Green Blue C M Y K H S L
Decimal 223 213 94 0 0.04 0.58 0.13 55.35 0.67 0.62
Hex DF D5 5E 0 4 3A D 37 43 3E
Octal 337 325 136 0 4 72 15 67 103 76
Binary 11011111 11010101 1011110 0 100 111010 1101 110111 1000011 111110

Color Harmonies of #DFD55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD55E

Black with #DFD55E

Text Example


Text Example

White with #DFD55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD55E; }

 p { color: rgb(223,213,94); }

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

background-color css

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

 a { background-color: rgb(223,213,94); }

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

border-color css

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

 span { border-color: rgb(223,213,94); }

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