Html Css Color HEX #D9D85F Manz

📋 copy color: '#D9D85F'

red 217 ◦ green 216 ◦ blue 95

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

Shades of Manz #D9D85F

Tints of Manz #D9D85F

RGB

 RED value IS 217 (85.16% from 255) = 41.1%

 GREEN value IS 216 (84.77% from 255) = 40.91%

 BLUE value IS 95 (37.5% from 255) = 17.99%

R = 41.1%
G = 40.91%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D9D85F (or 0xD9D85F) is known color: Manz. HEX triplet: D9, D8 and 5F. RGB value is (217,216,95). Sum of RGB (Red+Green+Blue) = 217+216+95=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 95 (37.5% from 255 or 17.99% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D85F is #2627A0. Grayscale: #CACACA. Windows color (decimal): -2500513 or 6281433. OLE color: 6281433.

HSL color Cylindrical-coordinate representation of color #D9D85F: hue angle of 59.51º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D9D85F is Cyan = 0, Magento = 0.00, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 216 95 -
CMYK 0 0.00 0.56 0.15
HSL 59.51º 0.62% 0.61% -
HSV(B) 59.51º 0.56% 0.85% -
XYZ 55.24 64.69 20.4 -
YUV 202.51 67.33 138.34 -
System Red Green Blue C M Y K H S L
Decimal 217 216 95 0 0.00 0.56 0.15 59.51 0.62 0.61
Hex D9 D8 5F 0 0 38 F 3C 3E 3D
Octal 331 330 137 0 0 70 17 74 76 75
Binary 11011001 11011000 1011111 0 0 111000 1111 111100 111110 111101

Color Harmonies of #D9D85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D85F

Black with #D9D85F

Text Example


Text Example

White with #D9D85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D85F; }

 p { color: rgb(217,216,95); }

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

background-color css

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

 a { background-color: rgb(217,216,95); }

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

border-color css

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

 span { border-color: rgb(217,216,95); }

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