Html Css Color HEX #DFDB5B Manz

📋 copy color: '#DFDB5B'

red 223 ◦ green 219 ◦ blue 91

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

Shades of Manz #DFDB5B

Tints of Manz #DFDB5B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.09%

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

R = 41.84%
G = 41.09%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DFDB5B (or 0xDFDB5B) is known color: Manz. HEX triplet: DF, DB and 5B. RGB value is (223,219,91). Sum of RGB (Red+Green+Blue) = 223+219+91=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 91 (35.94% from 255 or 17.07% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDB5B is #2024A4. Grayscale: #CECECE. Windows color (decimal): -2106533 or 6020063. OLE color: 6020063.

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

Color convert

RGB 223 219 91 -
CMYK 0 0.02 0.59 0.13
HSL 58.18º 0.67% 0.62% -
HSV(B) 58.18º 0.59% 0.87% -
XYZ 57.65 67.11 19.81 -
YUV 205.6 63.33 140.41 -
System Red Green Blue C M Y K H S L
Decimal 223 219 91 0 0.02 0.59 0.13 58.18 0.67 0.62
Hex DF DB 5B 0 2 3B D 3A 43 3E
Octal 337 333 133 0 2 73 15 72 103 76
Binary 11011111 11011011 1011011 0 10 111011 1101 111010 1000011 111110

Color Harmonies of #DFDB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDB5B

Black with #DFDB5B

Text Example


Text Example

White with #DFDB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDB5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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