Html Css Color HEX #D6D64F Manz

📋 copy color: '#D6D64F'

red 214 ◦ green 214 ◦ blue 79

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

Shades of Manz #D6D64F

Tints of Manz #D6D64F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.21%

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

R = 42.21%
G = 42.21%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D6D64F (or 0xD6D64F) is known color: Manz. HEX triplet: D6, D6 and 4F. RGB value is (214,214,79). Sum of RGB (Red+Green+Blue) = 214+214+79=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 214 (83.98% from 255 or 42.21% from 507); Blue value is 79 (31.25% from 255 or 15.58% from 507); Max value from RGB is 214 - color contains mainly: red, green. Hex color #D6D64F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D64F is #2929B0. Grayscale: #C7C7C7. Windows color (decimal): -2697649 or 5232342. OLE color: 5232342.

HSL color Cylindrical-coordinate representation of color #D6D64F: hue angle of 60º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D6D64F is Cyan = 0, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 214 79 -
CMYK 0 0 0.63 0.16
HSL 60º 0.62% 0.57% -
HSV(B) 60º 0.63% 0.84% -
XYZ 53.19 62.95 16.75 -
YUV 198.61 60.5 138.98 -
System Red Green Blue C M Y K H S L
Decimal 214 214 79 0 0 0.63 0.16 60 0.62 0.57
Hex D6 D6 4F 0 0 3F 10 3C 3E 39
Octal 326 326 117 0 0 77 20 74 76 71
Binary 11010110 11010110 1001111 0 0 111111 10000 111100 111110 111001

Color Harmonies of #D6D64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D64F

Black with #D6D64F

Text Example


Text Example

White with #D6D64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D64F; }

 p { color: rgb(214,214,79); }

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

background-color css

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

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

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

border-color css

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

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

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