Html Css Color HEX #D5DB58 Manz

📋 copy color: '#D5DB58'

red 213 ◦ green 219 ◦ blue 88

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

Shades of Manz #D5DB58

Tints of Manz #D5DB58

RGB

 RED value IS 213 (83.59% from 255) = 40.96%

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

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

R = 40.96%
G = 42.12%
B = 16.92%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#D5DB58 (or 0xD5DB58) is known color: Manz. HEX triplet: D5, DB and 58. RGB value is (213,219,88). Sum of RGB (Red+Green+Blue) = 213+219+88=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 88 (34.77% from 255 or 16.92% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DB58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DB58 is #2A24A7. Grayscale: #CACACA. Windows color (decimal): -2761896 or 5823445. OLE color: 5823445.

HSL color Cylindrical-coordinate representation of color #D5DB58: hue angle of 62.75º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D5DB58 is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 219 88 -
CMYK 0.03 0 0.60 0.14
HSL 62.75º 0.65% 0.6% -
HSV(B) 62.75º 0.6% 0.86% -
XYZ 54.53 65.51 19 -
YUV 202.27 63.51 135.65 -
System Red Green Blue C M Y K H S L
Decimal 213 219 88 0.03 0 0.60 0.14 62.75 0.65 0.6
Hex D5 DB 58 3 0 3C E 3F 41 3C
Octal 325 333 130 3 0 74 16 77 101 74
Binary 11010101 11011011 1011000 11 0 111100 1110 111111 1000001 111100

Color Harmonies of #D5DB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DB58

Black with #D5DB58

Text Example


Text Example

White with #D5DB58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DB58; }

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

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

background-color css

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

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

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

border-color css

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

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

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