Html Css Color HEX #DBDA5D Manz

📋 copy color: '#DBDA5D'

red 219 ◦ green 218 ◦ blue 93

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

Shades of Manz #DBDA5D

Tints of Manz #DBDA5D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.13%

 BLUE value IS 93 (36.72% from 255) = 17.55%

R = 41.32%
G = 41.13%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DBDA5D (or 0xDBDA5D) is known color: Manz. HEX triplet: DB, DA and 5D. RGB value is (219,218,93). Sum of RGB (Red+Green+Blue) = 219+218+93=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 93 (36.72% from 255 or 17.55% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDA5D is #2425A2. Grayscale: #CCCCCC. Windows color (decimal): -2368931 or 6150875. OLE color: 6150875.

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

Color convert

RGB 219 218 93 -
CMYK 0 0.00 0.58 0.14
HSL 59.52º 0.64% 0.61% -
HSV(B) 59.52º 0.58% 0.86% -
XYZ 56.26 65.99 20.13 -
YUV 204.05 65.33 138.66 -
System Red Green Blue C M Y K H S L
Decimal 219 218 93 0 0.00 0.58 0.14 59.52 0.64 0.61
Hex DB DA 5D 0 0 3A E 3C 40 3D
Octal 333 332 135 0 0 72 16 74 100 75
Binary 11011011 11011010 1011101 0 0 111010 1110 111100 1000000 111101

Color Harmonies of #DBDA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA5D

Black with #DBDA5D

Text Example


Text Example

White with #DBDA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA5D; }

 p { color: rgb(219,218,93); }

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

background-color css

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

 a { background-color: rgb(219,218,93); }

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

border-color css

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

 span { border-color: rgb(219,218,93); }

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