Html Css Color HEX #D7DB5D Manz

📋 copy color: '#D7DB5D'

red 215 ◦ green 219 ◦ blue 93

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

Shades of Manz #D7DB5D

Tints of Manz #D7DB5D

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

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

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

Color convert

RGB 215 219 93 -
CMYK 0.02 0 0.58 0.14
HSL 61.9º 0.64% 0.61% -
HSV(B) 61.9º 0.58% 0.86% -
XYZ 55.33 65.9 20.16 -
YUV 203.44 65.67 136.25 -
System Red Green Blue C M Y K H S L
Decimal 215 219 93 0.02 0 0.58 0.14 61.9 0.64 0.61
Hex D7 DB 5D 2 0 3A E 3E 40 3D
Octal 327 333 135 2 0 72 16 76 100 75
Binary 11010111 11011011 1011101 10 0 111010 1110 111110 1000000 111101

Color Harmonies of #D7DB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DB5D

Black with #D7DB5D

Text Example


Text Example

White with #D7DB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DB5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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