Html Css Color HEX #D6DC4C Manz

📋 copy color: '#D6DC4C'

red 214 ◦ green 220 ◦ blue 76

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

Shades of Manz #D6DC4C

Tints of Manz #D6DC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.9%

R = 41.96%
G = 43.14%
B = 14.9%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#D6DC4C (or 0xD6DC4C) is known color: Manz. HEX triplet: D6, DC and 4C. RGB value is (214,220,76). Sum of RGB (Red+Green+Blue) = 214+220+76=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 76 (30.08% from 255 or 14.90% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DC4C is #2923B3. Grayscale: #CACACA. Windows color (decimal): -2696116 or 5037270. OLE color: 5037270.

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

Color convert

RGB 214 220 76 -
CMYK 0.03 0 0.65 0.14
HSL 62.5º 0.67% 0.58% -
HSV(B) 62.5º 0.65% 0.86% -
XYZ 54.63 66 16.7 -
YUV 201.79 57.01 136.71 -
System Red Green Blue C M Y K H S L
Decimal 214 220 76 0.03 0 0.65 0.14 62.5 0.67 0.58
Hex D6 DC 4C 3 0 41 E 3F 43 3A
Octal 326 334 114 3 0 101 16 77 103 72
Binary 11010110 11011100 1001100 11 0 1000001 1110 111111 1000011 111010

Color Harmonies of #D6DC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DC4C

Black with #D6DC4C

Text Example


Text Example

White with #D6DC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DC4C; }

 p { color: rgb(214,220,76); }

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

background-color css

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

 a { background-color: rgb(214,220,76); }

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

border-color css

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

 span { border-color: rgb(214,220,76); }

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