Html Css Color HEX #D9D05B Manz

📋 copy color: '#D9D05B'

red 217 ◦ green 208 ◦ blue 91

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

Shades of Manz #D9D05B

Tints of Manz #D9D05B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.64%

R = 42.05%
G = 40.31%
B = 17.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9D05B (or 0xD9D05B) is known color: Manz. HEX triplet: D9, D0 and 5B. RGB value is (217,208,91). Sum of RGB (Red+Green+Blue) = 217+208+91=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 91 (35.94% from 255 or 17.64% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D05B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D05B is #262FA4. Grayscale: #C5C5C5. Windows color (decimal): -2502565 or 6017241. OLE color: 6017241.

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

Color convert

RGB 217 208 91 -
CMYK 0 0.04 0.58 0.15
HSL 55.71º 0.62% 0.6% -
HSV(B) 55.71º 0.58% 0.85% -
XYZ 53.06 60.62 18.8 -
YUV 197.35 67.98 142.01 -
System Red Green Blue C M Y K H S L
Decimal 217 208 91 0 0.04 0.58 0.15 55.71 0.62 0.6
Hex D9 D0 5B 0 4 3A F 38 3E 3C
Octal 331 320 133 0 4 72 17 70 76 74
Binary 11011001 11010000 1011011 0 100 111010 1111 111000 111110 111100

Color Harmonies of #D9D05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D05B

Black with #D9D05B

Text Example


Text Example

White with #D9D05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D05B; }

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

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

background-color css

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

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

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

border-color css

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

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

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