Html Css Color HEX #D0DB4D Manz

📋 copy color: '#D0DB4D'

red 208 ◦ green 219 ◦ blue 77

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

Shades of Manz #D0DB4D

Tints of Manz #D0DB4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.28%

R = 41.27%
G = 43.45%
B = 15.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#D0DB4D (or 0xD0DB4D) is known color: Manz. HEX triplet: D0, DB and 4D. RGB value is (208,219,77). Sum of RGB (Red+Green+Blue) = 208+219+77=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 77 (30.47% from 255 or 15.28% from 504); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DB4D is #2F24B2. Grayscale: #C8C8C8. Windows color (decimal): -3089587 or 5102544. OLE color: 5102544.

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

Color convert

RGB 208 219 77 -
CMYK 0.05 0 0.65 0.14
HSL 64.65º 0.66% 0.58% -
HSV(B) 64.65º 0.65% 0.86% -
XYZ 52.68 64.61 16.72 -
YUV 199.52 58.86 134.05 -
System Red Green Blue C M Y K H S L
Decimal 208 219 77 0.05 0 0.65 0.14 64.65 0.66 0.58
Hex D0 DB 4D 5 0 41 E 41 42 3A
Octal 320 333 115 5 0 101 16 101 102 72
Binary 11010000 11011011 1001101 101 0 1000001 1110 1000001 1000010 111010

Color Harmonies of #D0DB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DB4D

Black with #D0DB4D

Text Example


Text Example

White with #D0DB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DB4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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