Html Css Color HEX #D6D95E Manz

📋 copy color: '#D6D95E'

red 214 ◦ green 217 ◦ blue 94

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

Shades of Manz #D6D95E

Tints of Manz #D6D95E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.9%

R = 40.76%
G = 41.33%
B = 17.9%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D6D95E (or 0xD6D95E) is known color: Manz. HEX triplet: D6, D9 and 5E. RGB value is (214,217,94). Sum of RGB (Red+Green+Blue) = 214+217+94=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 94 (37.11% from 255 or 17.90% from 525); Max value from RGB is 217 - color contains mainly: green. Hex color #D6D95E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D95E is #2926A1. Grayscale: #CACACA. Windows color (decimal): -2696866 or 6216150. OLE color: 6216150.

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

Color convert

RGB 214 217 94 -
CMYK 0.01 0 0.57 0.15
HSL 61.46º 0.62% 0.61% -
HSV(B) 61.46º 0.57% 0.85% -
XYZ 54.56 64.73 20.21 -
YUV 202.08 67.01 136.5 -
System Red Green Blue C M Y K H S L
Decimal 214 217 94 0.01 0 0.57 0.15 61.46 0.62 0.61
Hex D6 D9 5E 1 0 39 F 3D 3E 3D
Octal 326 331 136 1 0 71 17 75 76 75
Binary 11010110 11011001 1011110 1 0 111001 1111 111101 111110 111101

Color Harmonies of #D6D95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D95E

Black with #D6D95E

Text Example


Text Example

White with #D6D95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D95E; }

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

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

background-color css

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

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

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

border-color css

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

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

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