Html Css Color HEX #D0D84F Manz

📋 copy color: '#D0D84F'

red 208 ◦ green 216 ◦ blue 79

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

Shades of Manz #D0D84F

Tints of Manz #D0D84F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.94%

 BLUE value IS 79 (31.25% from 255) = 15.71%

R = 41.35%
G = 42.94%
B = 15.71%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D0D84F (or 0xD0D84F) is known color: Manz. HEX triplet: D0, D8 and 4F. RGB value is (208,216,79). Sum of RGB (Red+Green+Blue) = 208+216+79=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 216 (84.77% from 255 or 42.94% from 503); Blue value is 79 (31.25% from 255 or 15.71% from 503); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D84F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D84F is #2F27B0. Grayscale: #C6C6C6. Windows color (decimal): -3090353 or 5232848. OLE color: 5232848.

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

Color convert

RGB 208 216 79 -
CMYK 0.04 0 0.63 0.15
HSL 63.5º 0.64% 0.58% -
HSV(B) 63.5º 0.63% 0.85% -
XYZ 51.98 63.09 16.83 -
YUV 197.99 60.85 135.14 -
System Red Green Blue C M Y K H S L
Decimal 208 216 79 0.04 0 0.63 0.15 63.5 0.64 0.58
Hex D0 D8 4F 4 0 3F F 40 40 3A
Octal 320 330 117 4 0 77 17 100 100 72
Binary 11010000 11011000 1001111 100 0 111111 1111 1000000 1000000 111010

Color Harmonies of #D0D84F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D84F

Black with #D0D84F

Text Example


Text Example

White with #D0D84F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D84F; }

 p { color: rgb(208,216,79); }

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

background-color css

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

 a { background-color: rgb(208,216,79); }

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

border-color css

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

 span { border-color: rgb(208,216,79); }

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