Html Css Color HEX #D6D949 Manz

📋 copy color: '#D6D949'

red 214 ◦ green 217 ◦ blue 73

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

Shades of Manz #D6D949

Tints of Manz #D6D949

RGB

 RED value IS 214 (83.98% from 255) = 42.46%

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

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

R = 42.46%
G = 43.06%
B = 14.48%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D6D949 (or 0xD6D949) is known color: Manz. HEX triplet: D6, D9 and 49. RGB value is (214,217,73). Sum of RGB (Red+Green+Blue) = 214+217+73=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 217 (85.16% from 255 or 43.06% from 504); Blue value is 73 (28.91% from 255 or 14.48% from 504); Max value from RGB is 217 - color contains mainly: green. Hex color #D6D949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D949 is #2926B6. Grayscale: #C8C8C8. Windows color (decimal): -2696887 or 4839894. OLE color: 4839894.

HSL color Cylindrical-coordinate representation of color #D6D949: hue angle of 61.25º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D6D949 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 217 73 -
CMYK 0.01 0 0.66 0.15
HSL 61.25º 0.65% 0.57% -
HSV(B) 61.25º 0.66% 0.85% -
XYZ 53.75 64.4 15.9 -
YUV 199.69 56.51 138.21 -
System Red Green Blue C M Y K H S L
Decimal 214 217 73 0.01 0 0.66 0.15 61.25 0.65 0.57
Hex D6 D9 49 1 0 42 F 3D 41 39
Octal 326 331 111 1 0 102 17 75 101 71
Binary 11010110 11011001 1001001 1 0 1000010 1111 111101 1000001 111001

Color Harmonies of #D6D949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D949

Black with #D6D949

Text Example


Text Example

White with #D6D949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D949; }

 p { color: rgb(214,217,73); }

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

background-color css

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

 a { background-color: rgb(214,217,73); }

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

border-color css

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

 span { border-color: rgb(214,217,73); }

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