Html Css Color HEX #D9D35E Manz

📋 copy color: '#D9D35E'

red 217 ◦ green 211 ◦ blue 94

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

Shades of Manz #D9D35E

Tints of Manz #D9D35E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.42%

 BLUE value IS 94 (37.11% from 255) = 18.01%

R = 41.57%
G = 40.42%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9D35E (or 0xD9D35E) is known color: Manz. HEX triplet: D9, D3 and 5E. RGB value is (217,211,94). Sum of RGB (Red+Green+Blue) = 217+211+94=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 211 (82.81% from 255 or 40.42% from 522); Blue value is 94 (37.11% from 255 or 18.01% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D35E is #262CA1. Grayscale: #C7C7C7. Windows color (decimal): -2501794 or 6214617. OLE color: 6214617.

HSL color Cylindrical-coordinate representation of color #D9D35E: hue angle of 57.07º 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 #D9D35E is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 211 94 -
CMYK 0 0.03 0.57 0.15
HSL 57.07º 0.62% 0.61% -
HSV(B) 57.07º 0.57% 0.85% -
XYZ 53.93 62.15 19.74 -
YUV 199.46 68.49 140.51 -
System Red Green Blue C M Y K H S L
Decimal 217 211 94 0 0.03 0.57 0.15 57.07 0.62 0.61
Hex D9 D3 5E 0 3 39 F 39 3E 3D
Octal 331 323 136 0 3 71 17 71 76 75
Binary 11011001 11010011 1011110 0 11 111001 1111 111001 111110 111101

Color Harmonies of #D9D35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D35E

Black with #D9D35E

Text Example


Text Example

White with #D9D35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D35E; }

 p { color: rgb(217,211,94); }

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

background-color css

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

 a { background-color: rgb(217,211,94); }

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

border-color css

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

 span { border-color: rgb(217,211,94); }

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