Html Css Color HEX #DBDF58 Manz

📋 copy color: '#DBDF58'

red 219 ◦ green 223 ◦ blue 88

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

Shades of Manz #DBDF58

Tints of Manz #DBDF58

RGB

 RED value IS 219 (85.94% from 255) = 41.32%

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

 BLUE value IS 88 (34.77% from 255) = 16.6%

R = 41.32%
G = 42.08%
B = 16.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DBDF58 (or 0xDBDF58) is known color: Manz. HEX triplet: DB, DF and 58. RGB value is (219,223,88). Sum of RGB (Red+Green+Blue) = 219+223+88=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 88 (34.77% from 255 or 16.60% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDF58 is #2420A7. Grayscale: #CECECE. Windows color (decimal): -2367656 or 5824475. OLE color: 5824475.

HSL color Cylindrical-coordinate representation of color #DBDF58: hue angle of 61.78º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBDF58 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 223 88 -
CMYK 0.02 0 0.61 0.13
HSL 61.78º 0.68% 0.61% -
HSV(B) 61.78º 0.61% 0.87% -
XYZ 57.36 68.54 19.44 -
YUV 206.41 61.17 136.98 -
System Red Green Blue C M Y K H S L
Decimal 219 223 88 0.02 0 0.61 0.13 61.78 0.68 0.61
Hex DB DF 58 2 0 3D D 3E 44 3D
Octal 333 337 130 2 0 75 15 76 104 75
Binary 11011011 11011111 1011000 10 0 111101 1101 111110 1000100 111101

Color Harmonies of #DBDF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDF58

Black with #DBDF58

Text Example


Text Example

White with #DBDF58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDF58; }

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

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

background-color css

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

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

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

border-color css

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

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

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