Html Css Color HEX #D7DC49 Manz

📋 copy color: '#D7DC49'

red 215 ◦ green 220 ◦ blue 73

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

Shades of Manz #D7DC49

Tints of Manz #D7DC49

RGB

 RED value IS 215 (84.38% from 255) = 42.32%

 GREEN value IS 220 (86.33% from 255) = 43.31%

 BLUE value IS 73 (28.91% from 255) = 14.37%

R = 42.32%
G = 43.31%
B = 14.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#D7DC49 (or 0xD7DC49) is known color: Manz. HEX triplet: D7, DC and 49. RGB value is (215,220,73). Sum of RGB (Red+Green+Blue) = 215+220+73=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 73 (28.91% from 255 or 14.37% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7DC49 is #2823B6. Grayscale: #CACACA. Windows color (decimal): -2630583 or 4840663. OLE color: 4840663.

HSL color Cylindrical-coordinate representation of color #D7DC49: hue angle of 62.04º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D7DC49 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 220 73 -
CMYK 0.02 0 0.67 0.14
HSL 62.04º 0.68% 0.57% -
HSV(B) 62.04º 0.67% 0.86% -
XYZ 54.82 66.11 16.18 -
YUV 201.75 55.34 137.45 -
System Red Green Blue C M Y K H S L
Decimal 215 220 73 0.02 0 0.67 0.14 62.04 0.68 0.57
Hex D7 DC 49 2 0 43 E 3E 44 39
Octal 327 334 111 2 0 103 16 76 104 71
Binary 11010111 11011100 1001001 10 0 1000011 1110 111110 1000100 111001

Color Harmonies of #D7DC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DC49

Black with #D7DC49

Text Example


Text Example

White with #D7DC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DC49; }

 p { color: rgb(215,220,73); }

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

background-color css

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

 a { background-color: rgb(215,220,73); }

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

border-color css

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

 span { border-color: rgb(215,220,73); }

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