Html Css Color HEX #D6DA58 Manz

📋 copy color: '#D6DA58'

red 214 ◦ green 218 ◦ blue 88

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

Shades of Manz #D6DA58

Tints of Manz #D6DA58

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.92%

 BLUE value IS 88 (34.77% from 255) = 16.92%

R = 41.15%
G = 41.92%
B = 16.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D6DA58 (or 0xD6DA58) is known color: Manz. HEX triplet: D6, DA and 58. RGB value is (214,218,88). Sum of RGB (Red+Green+Blue) = 214+218+88=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 88 (34.77% from 255 or 16.92% from 520); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DA58 is #2925A7. Grayscale: #CACACA. Windows color (decimal): -2696616 or 5823190. OLE color: 5823190.

HSL color Cylindrical-coordinate representation of color #D6DA58: hue angle of 61.85º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D6DA58 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 218 88 -
CMYK 0.02 0 0.60 0.15
HSL 61.85º 0.64% 0.6% -
HSV(B) 61.85º 0.6% 0.85% -
XYZ 54.56 65.14 18.93 -
YUV 201.98 63.67 136.57 -
System Red Green Blue C M Y K H S L
Decimal 214 218 88 0.02 0 0.60 0.15 61.85 0.64 0.6
Hex D6 DA 58 2 0 3C F 3E 40 3C
Octal 326 332 130 2 0 74 17 76 100 74
Binary 11010110 11011010 1011000 10 0 111100 1111 111110 1000000 111100

Color Harmonies of #D6DA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DA58

Black with #D6DA58

Text Example


Text Example

White with #D6DA58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DA58; }

 p { color: rgb(214,218,88); }

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

background-color css

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

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

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

border-color css

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

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

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