Html Css Color HEX #DBDD4E Manz

📋 copy color: '#DBDD4E'

red 219 ◦ green 221 ◦ blue 78

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

Shades of Manz #DBDD4E

Tints of Manz #DBDD4E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.66%

 BLUE value IS 78 (30.86% from 255) = 15.06%

R = 42.28%
G = 42.66%
B = 15.06%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DBDD4E (or 0xDBDD4E) is known color: Manz. HEX triplet: DB, DD and 4E. RGB value is (219,221,78). Sum of RGB (Red+Green+Blue) = 219+221+78=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 78 (30.86% from 255 or 15.06% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDD4E is #2422B1. Grayscale: #CCCCCC. Windows color (decimal): -2368178 or 5168603. OLE color: 5168603.

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

Color convert

RGB 219 221 78 -
CMYK 0.01 0 0.65 0.13
HSL 60.84º 0.68% 0.59% -
HSV(B) 60.84º 0.65% 0.87% -
XYZ 56.45 67.32 17.23 -
YUV 204.1 56.84 138.63 -
System Red Green Blue C M Y K H S L
Decimal 219 221 78 0.01 0 0.65 0.13 60.84 0.68 0.59
Hex DB DD 4E 1 0 41 D 3D 44 3B
Octal 333 335 116 1 0 101 15 75 104 73
Binary 11011011 11011101 1001110 1 0 1000001 1101 111101 1000100 111011

Color Harmonies of #DBDD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDD4E

Black with #DBDD4E

Text Example


Text Example

White with #DBDD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDD4E; }

 p { color: rgb(219,221,78); }

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

background-color css

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

 a { background-color: rgb(219,221,78); }

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

border-color css

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

 span { border-color: rgb(219,221,78); }

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