Html Css Color HEX #D6D655 Manz

📋 copy color: '#D6D655'

red 214 ◦ green 214 ◦ blue 85

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

Shades of Manz #D6D655

Tints of Manz #D6D655

RGB

 RED value IS 214 (83.98% from 255) = 41.72%

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

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

R = 41.72%
G = 41.72%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D6D655 (or 0xD6D655) is known color: Manz. HEX triplet: D6, D6 and 55. RGB value is (214,214,85). Sum of RGB (Red+Green+Blue) = 214+214+85=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 85 (33.59% from 255 or 16.57% from 513); Max value from RGB is 214 - color contains mainly: red, green. Hex color #D6D655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D655 is #2929AA. Grayscale: #C7C7C7. Windows color (decimal): -2697643 or 5625558. OLE color: 5625558.

HSL color Cylindrical-coordinate representation of color #D6D655: hue angle of 60º 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 #D6D655 is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 214 85 -
CMYK 0 0 0.60 0.16
HSL 60º 0.61% 0.59% -
HSV(B) 60º 0.6% 0.84% -
XYZ 53.42 63.05 17.95 -
YUV 199.29 63.5 138.49 -
System Red Green Blue C M Y K H S L
Decimal 214 214 85 0 0 0.60 0.16 60 0.61 0.59
Hex D6 D6 55 0 0 3C 10 3C 3D 3B
Octal 326 326 125 0 0 74 20 74 75 73
Binary 11010110 11010110 1010101 0 0 111100 10000 111100 111101 111011

Color Harmonies of #D6D655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D655

Black with #D6D655

Text Example


Text Example

White with #D6D655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D655; }

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

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

background-color css

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

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

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

border-color css

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

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

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