Html Css Color HEX #D5D955 Manz

📋 copy color: '#D5D955'

red 213 ◦ green 217 ◦ blue 85

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

Shades of Manz #D5D955

Tints of Manz #D5D955

RGB

 RED value IS 213 (83.59% from 255) = 41.36%

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

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

R = 41.36%
G = 42.14%
B = 16.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D5D955 (or 0xD5D955) is known color: Manz. HEX triplet: D5, D9 and 55. RGB value is (213,217,85). Sum of RGB (Red+Green+Blue) = 213+217+85=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 85 (33.59% from 255 or 16.50% from 515); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D955 is #2A26AA. Grayscale: #C9C9C9. Windows color (decimal): -2762411 or 5626325. OLE color: 5626325.

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

Color convert

RGB 213 217 85 -
CMYK 0.02 0 0.61 0.15
HSL 61.82º 0.63% 0.59% -
HSV(B) 61.82º 0.61% 0.85% -
XYZ 53.89 64.43 18.19 -
YUV 200.76 62.67 136.73 -
System Red Green Blue C M Y K H S L
Decimal 213 217 85 0.02 0 0.61 0.15 61.82 0.63 0.59
Hex D5 D9 55 2 0 3D F 3E 3F 3B
Octal 325 331 125 2 0 75 17 76 77 73
Binary 11010101 11011001 1010101 10 0 111101 1111 111110 111111 111011

Color Harmonies of #D5D955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D955

Black with #D5D955

Text Example


Text Example

White with #D5D955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D955; }

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

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

background-color css

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

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

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

border-color css

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

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

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