Html Css Color HEX #D3D955 Manz

📋 copy color: '#D3D955'

red 211 ◦ green 217 ◦ blue 85

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

Shades of Manz #D3D955

Tints of Manz #D3D955

RGB

 RED value IS 211 (82.81% from 255) = 41.13%

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

 BLUE value IS 85 (33.59% from 255) = 16.57%

R = 41.13%
G = 42.3%
B = 16.57%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D3D955 (or 0xD3D955) is known color: Manz. HEX triplet: D3, D9 and 55. RGB value is (211,217,85). Sum of RGB (Red+Green+Blue) = 211+217+85=513 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.13% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 85 (33.59% from 255 or 16.57% from 513); Max value from RGB is 217 - color contains mainly: green. Hex color #D3D955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D955 is #2C26AA. Grayscale: #C8C8C8. Windows color (decimal): -2893483 or 5626323. OLE color: 5626323.

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

Color convert

RGB 211 217 85 -
CMYK 0.03 0 0.61 0.15
HSL 62.73º 0.63% 0.59% -
HSV(B) 62.73º 0.61% 0.85% -
XYZ 53.32 64.13 18.16 -
YUV 200.16 63.01 135.73 -
System Red Green Blue C M Y K H S L
Decimal 211 217 85 0.03 0 0.61 0.15 62.73 0.63 0.59
Hex D3 D9 55 3 0 3D F 3F 3F 3B
Octal 323 331 125 3 0 75 17 77 77 73
Binary 11010011 11011001 1010101 11 0 111101 1111 111111 111111 111011

Color Harmonies of #D3D955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D955

Black with #D3D955

Text Example


Text Example

White with #D3D955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D955; }

 p { color: rgb(211,217,85); }

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

background-color css

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

 a { background-color: rgb(211,217,85); }

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

border-color css

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

 span { border-color: rgb(211,217,85); }

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