Html Css Color HEX #D2D15A Manz

📋 copy color: '#D2D15A'

red 210 ◦ green 209 ◦ blue 90

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

Shades of Manz #D2D15A

Tints of Manz #D2D15A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.68%

R = 41.26%
G = 41.06%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D2D15A (or 0xD2D15A) is known color: Manz. HEX triplet: D2, D1 and 5A. RGB value is (210,209,90). Sum of RGB (Red+Green+Blue) = 210+209+90=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 209 (82.03% from 255 or 41.06% from 509); Blue value is 90 (35.55% from 255 or 17.68% from 509); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D15A is #2D2EA5. Grayscale: #C4C4C4. Windows color (decimal): -2961062 or 5951954. OLE color: 5951954.

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

Color convert

RGB 210 209 90 -
CMYK 0 0.00 0.57 0.18
HSL 59.5º 0.57% 0.59% -
HSV(B) 59.5º 0.57% 0.82% -
XYZ 51.22 60.04 18.56 -
YUV 195.73 68.33 138.18 -
System Red Green Blue C M Y K H S L
Decimal 210 209 90 0 0.00 0.57 0.18 59.5 0.57 0.59
Hex D2 D1 5A 0 0 39 12 3C 39 3B
Octal 322 321 132 0 0 71 22 74 71 73
Binary 11010010 11010001 1011010 0 0 111001 10010 111100 111001 111011

Color Harmonies of #D2D15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D15A

Black with #D2D15A

Text Example


Text Example

White with #D2D15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D15A; }

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

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

background-color css

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

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

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

border-color css

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

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

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