Html Css Color HEX #D2D955 Manz

📋 copy color: '#D2D955'

red 210 ◦ green 217 ◦ blue 85

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

Shades of Manz #D2D955

Tints of Manz #D2D955

RGB

 RED value IS 210 (82.42% from 255) = 41.02%

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

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

R = 41.02%
G = 42.38%
B = 16.6%

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

#D2D955 (or 0xD2D955) is known color: Manz. HEX triplet: D2, D9 and 55. RGB value is (210,217,85). Sum of RGB (Red+Green+Blue) = 210+217+85=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 217 (85.16% from 255 or 42.38% from 512); Blue value is 85 (33.59% from 255 or 16.60% from 512); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D955 is #2D26AA. Grayscale: #C8C8C8. Windows color (decimal): -2959019 or 5626322. OLE color: 5626322.

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

Color convert

RGB 210 217 85 -
CMYK 0.03 0 0.61 0.15
HSL 63.18º 0.63% 0.59% -
HSV(B) 63.18º 0.61% 0.85% -
XYZ 53.03 63.98 18.15 -
YUV 199.86 63.18 135.23 -
System Red Green Blue C M Y K H S L
Decimal 210 217 85 0.03 0 0.61 0.15 63.18 0.63 0.59
Hex D2 D9 55 3 0 3D F 3F 3F 3B
Octal 322 331 125 3 0 75 17 77 77 73
Binary 11010010 11011001 1010101 11 0 111101 1111 111111 111111 111011

Color Harmonies of #D2D955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D955

Black with #D2D955

Text Example


Text Example

White with #D2D955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D955; }

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

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

background-color css

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

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

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

border-color css

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

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

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