Html Css Color HEX #DFDB55 Manz

📋 copy color: '#DFDB55'

red 223 ◦ green 219 ◦ blue 85

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

Shades of Manz #DFDB55

Tints of Manz #DFDB55

RGB

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

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

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

R = 42.31%
G = 41.56%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DFDB55 (or 0xDFDB55) is known color: Manz. HEX triplet: DF, DB and 55. RGB value is (223,219,85). Sum of RGB (Red+Green+Blue) = 223+219+85=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 85 (33.59% from 255 or 16.13% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDB55 is #2024AA. Grayscale: #CDCDCD. Windows color (decimal): -2106539 or 5626847. OLE color: 5626847.

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

Color convert

RGB 223 219 85 -
CMYK 0 0.02 0.62 0.13
HSL 58.26º 0.68% 0.6% -
HSV(B) 58.26º 0.62% 0.87% -
XYZ 57.4 67.01 18.5 -
YUV 204.92 60.33 140.9 -
System Red Green Blue C M Y K H S L
Decimal 223 219 85 0 0.02 0.62 0.13 58.26 0.68 0.6
Hex DF DB 55 0 2 3E D 3A 44 3C
Octal 337 333 125 0 2 76 15 72 104 74
Binary 11011111 11011011 1010101 0 10 111110 1101 111010 1000100 111100

Color Harmonies of #DFDB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDB55

Black with #DFDB55

Text Example


Text Example

White with #DFDB55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDB55; }

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

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

background-color css

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

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

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

border-color css

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

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

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