Html Css Color HEX #D9D05D Manz

📋 copy color: '#D9D05D'

red 217 ◦ green 208 ◦ blue 93

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

Shades of Manz #D9D05D

Tints of Manz #D9D05D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.15%

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

R = 41.89%
G = 40.15%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9D05D (or 0xD9D05D) is known color: Manz. HEX triplet: D9, D0 and 5D. RGB value is (217,208,93). Sum of RGB (Red+Green+Blue) = 217+208+93=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 93 (36.72% from 255 or 17.95% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D05D is #262FA2. Grayscale: #C6C6C6. Windows color (decimal): -2502563 or 6148313. OLE color: 6148313.

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

Color convert

RGB 217 208 93 -
CMYK 0 0.04 0.57 0.15
HSL 55.65º 0.62% 0.61% -
HSV(B) 55.65º 0.57% 0.85% -
XYZ 53.15 60.65 19.26 -
YUV 197.58 68.98 141.85 -
System Red Green Blue C M Y K H S L
Decimal 217 208 93 0 0.04 0.57 0.15 55.65 0.62 0.61
Hex D9 D0 5D 0 4 39 F 38 3E 3D
Octal 331 320 135 0 4 71 17 70 76 75
Binary 11011001 11010000 1011101 0 100 111001 1111 111000 111110 111101

Color Harmonies of #D9D05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D05D

Black with #D9D05D

Text Example


Text Example

White with #D9D05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D05D; }

 p { color: rgb(217,208,93); }

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

background-color css

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

 a { background-color: rgb(217,208,93); }

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

border-color css

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

 span { border-color: rgb(217,208,93); }

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