Html Css Color HEX #D2D855 Manz

📋 copy color: '#D2D855'

red 210 ◦ green 216 ◦ blue 85

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

Shades of Manz #D2D855

Tints of Manz #D2D855

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.27%

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

R = 41.1%
G = 42.27%
B = 16.63%

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

#D2D855 (or 0xD2D855) is known color: Manz. HEX triplet: D2, D8 and 55. RGB value is (210,216,85). Sum of RGB (Red+Green+Blue) = 210+216+85=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 216 (84.77% from 255 or 42.27% from 511); Blue value is 85 (33.59% from 255 or 16.63% from 511); Max value from RGB is 216 - color contains mainly: green. Hex color #D2D855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D855 is #2D27AA. Grayscale: #C7C7C7. Windows color (decimal): -2959275 or 5626066. OLE color: 5626066.

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

Color convert

RGB 210 216 85 -
CMYK 0.03 0 0.61 0.15
HSL 62.75º 0.63% 0.59% -
HSV(B) 62.75º 0.61% 0.85% -
XYZ 52.77 63.47 18.06 -
YUV 199.27 63.51 135.65 -
System Red Green Blue C M Y K H S L
Decimal 210 216 85 0.03 0 0.61 0.15 62.75 0.63 0.59
Hex D2 D8 55 3 0 3D F 3F 3F 3B
Octal 322 330 125 3 0 75 17 77 77 73
Binary 11010010 11011000 1010101 11 0 111101 1111 111111 111111 111011

Color Harmonies of #D2D855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D855

Black with #D2D855

Text Example


Text Example

White with #D2D855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D855; }

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

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

background-color css

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

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

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

border-color css

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

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

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