Html Css Color HEX #D2D55B Manz

📋 copy color: '#D2D55B'

red 210 ◦ green 213 ◦ blue 91

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

Shades of Manz #D2D55B

Tints of Manz #D2D55B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.44%

 BLUE value IS 91 (35.94% from 255) = 17.7%

R = 40.86%
G = 41.44%
B = 17.7%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D2D55B (or 0xD2D55B) is known color: Manz. HEX triplet: D2, D5 and 5B. RGB value is (210,213,91). Sum of RGB (Red+Green+Blue) = 210+213+91=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 213 (83.59% from 255 or 41.44% from 514); Blue value is 91 (35.94% from 255 or 17.70% from 514); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D55B is #2D2AA4. Grayscale: #C6C6C6. Windows color (decimal): -2960037 or 6018514. OLE color: 6018514.

HSL color Cylindrical-coordinate representation of color #D2D55B: hue angle of 61.48º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D2D55B is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 213 91 -
CMYK 0.01 0 0.57 0.16
HSL 61.48º 0.59% 0.6% -
HSV(B) 61.48º 0.57% 0.84% -
XYZ 52.26 62.05 19.12 -
YUV 198.2 67.51 136.42 -
System Red Green Blue C M Y K H S L
Decimal 210 213 91 0.01 0 0.57 0.16 61.48 0.59 0.6
Hex D2 D5 5B 1 0 39 10 3D 3B 3C
Octal 322 325 133 1 0 71 20 75 73 74
Binary 11010010 11010101 1011011 1 0 111001 10000 111101 111011 111100

Color Harmonies of #D2D55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D55B

Black with #D2D55B

Text Example


Text Example

White with #D2D55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D55B; }

 p { color: rgb(210,213,91); }

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

background-color css

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

 a { background-color: rgb(210,213,91); }

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

border-color css

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

 span { border-color: rgb(210,213,91); }

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