Html Css Color HEX #D6D85D Manz

📋 copy color: '#D6D85D'

red 214 ◦ green 216 ◦ blue 93

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

Shades of Manz #D6D85D

Tints of Manz #D6D85D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.78%

R = 40.92%
G = 41.3%
B = 17.78%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D6D85D (or 0xD6D85D) is known color: Manz. HEX triplet: D6, D8 and 5D. RGB value is (214,216,93). Sum of RGB (Red+Green+Blue) = 214+216+93=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 216 (84.77% from 255 or 41.30% from 523); Blue value is 93 (36.72% from 255 or 17.78% from 523); Max value from RGB is 216 - color contains mainly: green. Hex color #D6D85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D85D is #2927A2. Grayscale: #C9C9C9. Windows color (decimal): -2697123 or 6150358. OLE color: 6150358.

HSL color Cylindrical-coordinate representation of color #D6D85D: hue angle of 60.98º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6D85D is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 216 93 -
CMYK 0.01 0 0.57 0.15
HSL 60.98º 0.61% 0.61% -
HSV(B) 60.98º 0.57% 0.85% -
XYZ 54.26 64.2 19.89 -
YUV 201.38 66.84 137 -
System Red Green Blue C M Y K H S L
Decimal 214 216 93 0.01 0 0.57 0.15 60.98 0.61 0.61
Hex D6 D8 5D 1 0 39 F 3D 3D 3D
Octal 326 330 135 1 0 71 17 75 75 75
Binary 11010110 11011000 1011101 1 0 111001 1111 111101 111101 111101

Color Harmonies of #D6D85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D85D

Black with #D6D85D

Text Example


Text Example

White with #D6D85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D85D; }

 p { color: rgb(214,216,93); }

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

background-color css

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

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

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

border-color css

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

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

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