Html Css Color HEX #DBD75D Manz

📋 copy color: '#DBD75D'

red 219 ◦ green 215 ◦ blue 93

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

Shades of Manz #DBD75D

Tints of Manz #DBD75D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.8%

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

R = 41.56%
G = 40.8%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DBD75D (or 0xDBD75D) is known color: Manz. HEX triplet: DB, D7 and 5D. RGB value is (219,215,93). Sum of RGB (Red+Green+Blue) = 219+215+93=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 215 (84.38% from 255 or 40.80% from 527); Blue value is 93 (36.72% from 255 or 17.65% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD75D is #2428A2. Grayscale: #CACACA. Windows color (decimal): -2369699 or 6150107. OLE color: 6150107.

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

Color convert

RGB 219 215 93 -
CMYK 0 0.02 0.58 0.14
HSL 58.1º 0.64% 0.61% -
HSV(B) 58.1º 0.58% 0.86% -
XYZ 55.49 64.45 19.87 -
YUV 202.29 66.33 139.92 -
System Red Green Blue C M Y K H S L
Decimal 219 215 93 0 0.02 0.58 0.14 58.1 0.64 0.61
Hex DB D7 5D 0 2 3A E 3A 40 3D
Octal 333 327 135 0 2 72 16 72 100 75
Binary 11011011 11010111 1011101 0 10 111010 1110 111010 1000000 111101

Color Harmonies of #DBD75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD75D

Black with #DBD75D

Text Example


Text Example

White with #DBD75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD75D; }

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

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

background-color css

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

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

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

border-color css

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

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

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