Html Css Color HEX #D0D75A Manz

📋 copy color: '#D0D75A'

red 208 ◦ green 215 ◦ blue 90

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

Shades of Manz #D0D75A

Tints of Manz #D0D75A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.91%

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

R = 40.55%
G = 41.91%
B = 17.54%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D0D75A (or 0xD0D75A) is known color: Manz. HEX triplet: D0, D7 and 5A. RGB value is (208,215,90). Sum of RGB (Red+Green+Blue) = 208+215+90=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 215 (84.38% from 255 or 41.91% from 513); Blue value is 90 (35.55% from 255 or 17.54% from 513); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D75A is #2F28A5. Grayscale: #C7C7C7. Windows color (decimal): -3090598 or 5953488. OLE color: 5953488.

HSL color Cylindrical-coordinate representation of color #D0D75A: hue angle of 63.36º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D0D75A is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 215 90 -
CMYK 0.03 0 0.58 0.16
HSL 63.36º 0.61% 0.6% -
HSV(B) 63.36º 0.58% 0.84% -
XYZ 52.16 62.75 19.04 -
YUV 198.66 66.68 134.66 -
System Red Green Blue C M Y K H S L
Decimal 208 215 90 0.03 0 0.58 0.16 63.36 0.61 0.6
Hex D0 D7 5A 3 0 3A 10 3F 3D 3C
Octal 320 327 132 3 0 72 20 77 75 74
Binary 11010000 11010111 1011010 11 0 111010 10000 111111 111101 111100

Color Harmonies of #D0D75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D75A

Black with #D0D75A

Text Example


Text Example

White with #D0D75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D75A; }

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

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

background-color css

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

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

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

border-color css

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

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

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