Html Css Color HEX #D0D95A Manz

📋 copy color: '#D0D95A'

red 208 ◦ green 217 ◦ blue 90

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

Shades of Manz #D0D95A

Tints of Manz #D0D95A

RGB

 RED value IS 208 (81.64% from 255) = 40.39%

 GREEN value IS 217 (85.16% from 255) = 42.14%

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

R = 40.39%
G = 42.14%
B = 17.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D0D95A (or 0xD0D95A) is known color: Manz. HEX triplet: D0, D9 and 5A. RGB value is (208,217,90). Sum of RGB (Red+Green+Blue) = 208+217+90=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 90 (35.55% from 255 or 17.48% from 515); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D95A is #2F26A5. Grayscale: #C8C8C8. Windows color (decimal): -3090086 or 5954000. OLE color: 5954000.

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

Color convert

RGB 208 217 90 -
CMYK 0.04 0 0.59 0.15
HSL 64.25º 0.63% 0.6% -
HSV(B) 64.25º 0.59% 0.85% -
XYZ 52.67 63.77 19.21 -
YUV 199.83 66.02 133.83 -
System Red Green Blue C M Y K H S L
Decimal 208 217 90 0.04 0 0.59 0.15 64.25 0.63 0.6
Hex D0 D9 5A 4 0 3B F 40 3F 3C
Octal 320 331 132 4 0 73 17 100 77 74
Binary 11010000 11011001 1011010 100 0 111011 1111 1000000 111111 111100

Color Harmonies of #D0D95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D95A

Black with #D0D95A

Text Example


Text Example

White with #D0D95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D95A; }

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

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

background-color css

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

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

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

border-color css

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

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

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