Html Css Color HEX #DFD55B Manz

📋 copy color: '#DFD55B'

red 223 ◦ green 213 ◦ blue 91

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

Shades of Manz #DFD55B

Tints of Manz #DFD55B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.27%

R = 42.31%
G = 40.42%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DFD55B (or 0xDFD55B) is known color: Manz. HEX triplet: DF, D5 and 5B. RGB value is (223,213,91). Sum of RGB (Red+Green+Blue) = 223+213+91=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 91 (35.94% from 255 or 17.27% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD55B is #202AA4. Grayscale: #CACACA. Windows color (decimal): -2108069 or 6018527. OLE color: 6018527.

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

Color convert

RGB 223 213 91 -
CMYK 0 0.04 0.59 0.13
HSL 55.45º 0.67% 0.62% -
HSV(B) 55.45º 0.59% 0.87% -
XYZ 56.11 64.03 19.3 -
YUV 202.08 65.31 142.92 -
System Red Green Blue C M Y K H S L
Decimal 223 213 91 0 0.04 0.59 0.13 55.45 0.67 0.62
Hex DF D5 5B 0 4 3B D 37 43 3E
Octal 337 325 133 0 4 73 15 67 103 76
Binary 11011111 11010101 1011011 0 100 111011 1101 110111 1000011 111110

Color Harmonies of #DFD55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD55B

Black with #DFD55B

Text Example


Text Example

White with #DFD55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD55B; }

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

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

background-color css

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

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

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

border-color css

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

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

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