Html Css Color HEX #D2D655 Manz

📋 copy color: '#D2D655'

red 210 ◦ green 214 ◦ blue 85

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

Shades of Manz #D2D655

Tints of Manz #D2D655

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.04%

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

R = 41.26%
G = 42.04%
B = 16.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D2D655 (or 0xD2D655) is known color: Manz. HEX triplet: D2, D6 and 55. RGB value is (210,214,85). Sum of RGB (Red+Green+Blue) = 210+214+85=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 85 (33.59% from 255 or 16.70% from 509); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D655 is #2D29AA. Grayscale: #C6C6C6. Windows color (decimal): -2959787 or 5625554. OLE color: 5625554.

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

Color convert

RGB 210 214 85 -
CMYK 0.02 0 0.60 0.16
HSL 61.86º 0.61% 0.59% -
HSV(B) 61.86º 0.6% 0.84% -
XYZ 52.26 62.45 17.89 -
YUV 198.1 64.17 136.49 -
System Red Green Blue C M Y K H S L
Decimal 210 214 85 0.02 0 0.60 0.16 61.86 0.61 0.59
Hex D2 D6 55 2 0 3C 10 3E 3D 3B
Octal 322 326 125 2 0 74 20 76 75 73
Binary 11010010 11010110 1010101 10 0 111100 10000 111110 111101 111011

Color Harmonies of #D2D655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D655

Black with #D2D655

Text Example


Text Example

White with #D2D655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D655; }

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

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

background-color css

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

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

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

border-color css

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

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

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