Html Css Color HEX #D8D35D Manz

📋 copy color: '#D8D35D'

red 216 ◦ green 211 ◦ blue 93

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

Shades of Manz #D8D35D

Tints of Manz #D8D35D

RGB

 RED value IS 216 (84.77% from 255) = 41.54%

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

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

R = 41.54%
G = 40.58%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8D35D (or 0xD8D35D) is known color: Manz. HEX triplet: D8, D3 and 5D. RGB value is (216,211,93). Sum of RGB (Red+Green+Blue) = 216+211+93=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 211 (82.81% from 255 or 40.58% from 520); Blue value is 93 (36.72% from 255 or 17.88% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D35D is #272CA2. Grayscale: #C7C7C7. Windows color (decimal): -2567331 or 6149080. OLE color: 6149080.

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

Color convert

RGB 216 211 93 -
CMYK 0 0.02 0.57 0.15
HSL 57.56º 0.61% 0.61% -
HSV(B) 57.56º 0.57% 0.85% -
XYZ 53.59 61.98 19.49 -
YUV 199.04 68.16 140.09 -
System Red Green Blue C M Y K H S L
Decimal 216 211 93 0 0.02 0.57 0.15 57.56 0.61 0.61
Hex D8 D3 5D 0 2 39 F 3A 3D 3D
Octal 330 323 135 0 2 71 17 72 75 75
Binary 11011000 11010011 1011101 0 10 111001 1111 111010 111101 111101

Color Harmonies of #D8D35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D35D

Black with #D8D35D

Text Example


Text Example

White with #D8D35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D35D; }

 p { color: rgb(216,211,93); }

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

background-color css

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

 a { background-color: rgb(216,211,93); }

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

border-color css

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

 span { border-color: rgb(216,211,93); }

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