Html Css Color HEX #D8CD5B Manz

📋 copy color: '#D8CD5B'

red 216 ◦ green 205 ◦ blue 91

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

Shades of Manz #D8CD5B

Tints of Manz #D8CD5B

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.04%

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

R = 42.19%
G = 40.04%
B = 17.77%

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

#D8CD5B (or 0xD8CD5B) is known color: Manz. HEX triplet: D8, CD and 5B. RGB value is (216,205,91). Sum of RGB (Red+Green+Blue) = 216+205+91=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 91 (35.94% from 255 or 17.77% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CD5B is #2732A4. Grayscale: #C3C3C3. Windows color (decimal): -2568869 or 6016472. OLE color: 6016472.

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

Color convert

RGB 216 205 91 -
CMYK 0 0.05 0.58 0.15
HSL 54.72º 0.62% 0.6% -
HSV(B) 54.72º 0.58% 0.85% -
XYZ 52.04 59.02 18.55 -
YUV 195.29 69.14 142.77 -
System Red Green Blue C M Y K H S L
Decimal 216 205 91 0 0.05 0.58 0.15 54.72 0.62 0.6
Hex D8 CD 5B 0 5 3A F 37 3E 3C
Octal 330 315 133 0 5 72 17 67 76 74
Binary 11011000 11001101 1011011 0 101 111010 1111 110111 111110 111100

Color Harmonies of #D8CD5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CD5B

Black with #D8CD5B

Text Example


Text Example

White with #D8CD5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CD5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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