Html Css Color HEX #D8CE5B Manz

📋 copy color: '#D8CE5B'

red 216 ◦ green 206 ◦ blue 91

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

Shades of Manz #D8CE5B

Tints of Manz #D8CE5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.74%

R = 42.11%
G = 40.16%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8CE5B (or 0xD8CE5B) is known color: Manz. HEX triplet: D8, CE and 5B. RGB value is (216,206,91). Sum of RGB (Red+Green+Blue) = 216+206+91=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 91 (35.94% from 255 or 17.74% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CE5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CE5B is #2731A4. Grayscale: #C4C4C4. Windows color (decimal): -2568613 or 6016728. OLE color: 6016728.

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

Color convert

RGB 216 206 91 -
CMYK 0 0.05 0.58 0.15
HSL 55.2º 0.62% 0.6% -
HSV(B) 55.2º 0.58% 0.85% -
XYZ 52.28 59.5 18.63 -
YUV 195.88 68.81 142.35 -
System Red Green Blue C M Y K H S L
Decimal 216 206 91 0 0.05 0.58 0.15 55.2 0.62 0.6
Hex D8 CE 5B 0 5 3A F 37 3E 3C
Octal 330 316 133 0 5 72 17 67 76 74
Binary 11011000 11001110 1011011 0 101 111010 1111 110111 111110 111100

Color Harmonies of #D8CE5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CE5B

Black with #D8CE5B

Text Example


Text Example

White with #D8CE5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CE5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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