Html Css Color HEX #D8CE5D Manz

📋 copy color: '#D8CE5D'

red 216 ◦ green 206 ◦ blue 93

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

Shades of Manz #D8CE5D

Tints of Manz #D8CE5D

RGB

 RED value IS 216 (84.77% from 255) = 41.94%

 GREEN value IS 206 (80.86% from 255) = 40%

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

R = 41.94%
G = 40%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8CE5D (or 0xD8CE5D) is known color: Manz. HEX triplet: D8, CE and 5D. RGB value is (216,206,93). Sum of RGB (Red+Green+Blue) = 216+206+93=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 93 (36.72% from 255 or 18.06% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CE5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CE5D is #2731A2. Grayscale: #C4C4C4. Windows color (decimal): -2568611 or 6147800. OLE color: 6147800.

HSL color Cylindrical-coordinate representation of color #D8CE5D: hue angle of 55.12º 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 #D8CE5D is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 206 93 -
CMYK 0 0.05 0.57 0.15
HSL 55.12º 0.61% 0.61% -
HSV(B) 55.12º 0.57% 0.85% -
XYZ 52.37 59.53 19.09 -
YUV 196.11 69.81 142.19 -
System Red Green Blue C M Y K H S L
Decimal 216 206 93 0 0.05 0.57 0.15 55.12 0.61 0.61
Hex D8 CE 5D 0 5 39 F 37 3D 3D
Octal 330 316 135 0 5 71 17 67 75 75
Binary 11011000 11001110 1011101 0 101 111001 1111 110111 111101 111101

Color Harmonies of #D8CE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CE5D

Black with #D8CE5D

Text Example


Text Example

White with #D8CE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CE5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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