Html Css Color HEX #D2D15D Manz

📋 copy color: '#D2D15D'

red 210 ◦ green 209 ◦ blue 93

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

Shades of Manz #D2D15D

Tints of Manz #D2D15D

RGB

 RED value IS 210 (82.42% from 255) = 41.02%

 GREEN value IS 209 (82.03% from 255) = 40.82%

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

R = 41.02%
G = 40.82%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2D15D (or 0xD2D15D) is known color: Manz. HEX triplet: D2, D1 and 5D. RGB value is (210,209,93). Sum of RGB (Red+Green+Blue) = 210+209+93=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D15D is #2D2EA2. Grayscale: #C4C4C4. Windows color (decimal): -2961059 or 6148562. OLE color: 6148562.

HSL color Cylindrical-coordinate representation of color #D2D15D: hue angle of 59.49º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D2D15D is Cyan = 0, Magento = 0.00, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 209 93 -
CMYK 0 0.00 0.56 0.18
HSL 59.49º 0.57% 0.59% -
HSV(B) 59.49º 0.56% 0.82% -
XYZ 51.35 60.09 19.25 -
YUV 196.08 69.83 137.93 -
System Red Green Blue C M Y K H S L
Decimal 210 209 93 0 0.00 0.56 0.18 59.49 0.57 0.59
Hex D2 D1 5D 0 0 38 12 3B 39 3B
Octal 322 321 135 0 0 70 22 73 71 73
Binary 11010010 11010001 1011101 0 0 111000 10010 111011 111001 111011

Color Harmonies of #D2D15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D15D

Black with #D2D15D

Text Example


Text Example

White with #D2D15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D15D; }

 p { color: rgb(210,209,93); }

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

background-color css

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

 a { background-color: rgb(210,209,93); }

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

border-color css

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

 span { border-color: rgb(210,209,93); }

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