Html Css Color HEX #D7D95C Manz

📋 copy color: '#D7D95C'

red 215 ◦ green 217 ◦ blue 92

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

Shades of Manz #D7D95C

Tints of Manz #D7D95C

RGB

 RED value IS 215 (84.38% from 255) = 41.03%

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

 BLUE value IS 92 (36.33% from 255) = 17.56%

R = 41.03%
G = 41.41%
B = 17.56%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D7D95C (or 0xD7D95C) is known color: Manz. HEX triplet: D7, D9 and 5C. RGB value is (215,217,92). Sum of RGB (Red+Green+Blue) = 215+217+92=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 92 (36.33% from 255 or 17.56% from 524); Max value from RGB is 217 - color contains mainly: green. Hex color #D7D95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D95C is #2826A3. Grayscale: #CACACA. Windows color (decimal): -2631332 or 6085079. OLE color: 6085079.

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

Color convert

RGB 215 217 92 -
CMYK 0.01 0 0.58 0.15
HSL 60.96º 0.62% 0.61% -
HSV(B) 60.96º 0.58% 0.85% -
XYZ 54.77 64.85 19.76 -
YUV 202.15 65.84 137.16 -
System Red Green Blue C M Y K H S L
Decimal 215 217 92 0.01 0 0.58 0.15 60.96 0.62 0.61
Hex D7 D9 5C 1 0 3A F 3D 3E 3D
Octal 327 331 134 1 0 72 17 75 76 75
Binary 11010111 11011001 1011100 1 0 111010 1111 111101 111110 111101

Color Harmonies of #D7D95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D95C

Black with #D7D95C

Text Example


Text Example

White with #D7D95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D95C; }

 p { color: rgb(215,217,92); }

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

background-color css

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

 a { background-color: rgb(215,217,92); }

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

border-color css

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

 span { border-color: rgb(215,217,92); }

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