Html Css Color HEX #D4D955 Manz

📋 copy color: '#D4D955'

red 212 ◦ green 217 ◦ blue 85

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

Shades of Manz #D4D955

Tints of Manz #D4D955

RGB

 RED value IS 212 (83.2% from 255) = 41.25%

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

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

R = 41.25%
G = 42.22%
B = 16.54%

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

#D4D955 (or 0xD4D955) is known color: Manz. HEX triplet: D4, D9 and 55. RGB value is (212,217,85). Sum of RGB (Red+Green+Blue) = 212+217+85=514 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.25% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 85 (33.59% from 255 or 16.54% from 514); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D955 is #2B26AA. Grayscale: #C8C8C8. Windows color (decimal): -2827947 or 5626324. OLE color: 5626324.

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

Color convert

RGB 212 217 85 -
CMYK 0.02 0 0.61 0.15
HSL 62.27º 0.63% 0.59% -
HSV(B) 62.27º 0.61% 0.85% -
XYZ 53.6 64.28 18.18 -
YUV 200.46 62.84 136.23 -
System Red Green Blue C M Y K H S L
Decimal 212 217 85 0.02 0 0.61 0.15 62.27 0.63 0.59
Hex D4 D9 55 2 0 3D F 3E 3F 3B
Octal 324 331 125 2 0 75 17 76 77 73
Binary 11010100 11011001 1010101 10 0 111101 1111 111110 111111 111011

Color Harmonies of #D4D955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D955

Black with #D4D955

Text Example


Text Example

White with #D4D955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D955; }

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

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

background-color css

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

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

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

border-color css

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

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

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