Html Css Color HEX #D6D95D Manz

📋 copy color: '#D6D95D'

red 214 ◦ green 217 ◦ blue 93

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

Shades of Manz #D6D95D

Tints of Manz #D6D95D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.75%

R = 40.84%
G = 41.41%
B = 17.75%

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

#D6D95D (or 0xD6D95D) is known color: Manz. HEX triplet: D6, D9 and 5D. RGB value is (214,217,93). Sum of RGB (Red+Green+Blue) = 214+217+93=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 93 (36.72% from 255 or 17.75% from 524); Max value from RGB is 217 - color contains mainly: green. Hex color #D6D95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D95D is #2926A2. Grayscale: #CACACA. Windows color (decimal): -2696867 or 6150614. OLE color: 6150614.

HSL color Cylindrical-coordinate representation of color #D6D95D: hue angle of 61.45º 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 #D6D95D is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 217 93 -
CMYK 0.01 0 0.57 0.15
HSL 61.45º 0.62% 0.61% -
HSV(B) 61.45º 0.57% 0.85% -
XYZ 54.52 64.71 19.97 -
YUV 201.97 66.51 136.58 -
System Red Green Blue C M Y K H S L
Decimal 214 217 93 0.01 0 0.57 0.15 61.45 0.62 0.61
Hex D6 D9 5D 1 0 39 F 3D 3E 3D
Octal 326 331 135 1 0 71 17 75 76 75
Binary 11010110 11011001 1011101 1 0 111001 1111 111101 111110 111101

Color Harmonies of #D6D95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D95D

Black with #D6D95D

Text Example


Text Example

White with #D6D95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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