Html Css Color HEX #D0DB58 Manz

📋 copy color: '#D0DB58'

red 208 ◦ green 219 ◦ blue 88

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

Shades of Manz #D0DB58

Tints of Manz #D0DB58

RGB

 RED value IS 208 (81.64% from 255) = 40.39%

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

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

R = 40.39%
G = 42.52%
B = 17.09%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#D0DB58 (or 0xD0DB58) is known color: Manz. HEX triplet: D0, DB and 58. RGB value is (208,219,88). Sum of RGB (Red+Green+Blue) = 208+219+88=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 88 (34.77% from 255 or 17.09% from 515); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DB58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DB58 is #2F24A7. Grayscale: #C9C9C9. Windows color (decimal): -3089576 or 5823440. OLE color: 5823440.

HSL color Cylindrical-coordinate representation of color #D0DB58: hue angle of 65.04º 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 #D0DB58 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 219 88 -
CMYK 0.05 0 0.60 0.14
HSL 65.04º 0.65% 0.6% -
HSV(B) 65.04º 0.6% 0.86% -
XYZ 53.11 64.78 18.94 -
YUV 200.78 64.36 133.15 -
System Red Green Blue C M Y K H S L
Decimal 208 219 88 0.05 0 0.60 0.14 65.04 0.65 0.6
Hex D0 DB 58 5 0 3C E 41 41 3C
Octal 320 333 130 5 0 74 16 101 101 74
Binary 11010000 11011011 1011000 101 0 111100 1110 1000001 1000001 111100

Color Harmonies of #D0DB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DB58

Black with #D0DB58

Text Example


Text Example

White with #D0DB58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DB58; }

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

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

background-color css

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

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

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

border-color css

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

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

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