Html Css Color HEX #D8CF5F Manz

📋 copy color: '#D8CF5F'

red 216 ◦ green 207 ◦ blue 95

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

Shades of Manz #D8CF5F

Tints of Manz #D8CF5F

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.96%

 BLUE value IS 95 (37.5% from 255) = 18.34%

R = 41.7%
G = 39.96%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8CF5F (or 0xD8CF5F) is known color: Manz. HEX triplet: D8, CF and 5F. RGB value is (216,207,95). Sum of RGB (Red+Green+Blue) = 216+207+95=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 95 (37.5% from 255 or 18.34% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CF5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CF5F is #2730A0. Grayscale: #C5C5C5. Windows color (decimal): -2568353 or 6279128. OLE color: 6279128.

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

Color convert

RGB 216 207 95 -
CMYK 0 0.04 0.56 0.15
HSL 55.54º 0.61% 0.61% -
HSV(B) 55.54º 0.56% 0.85% -
XYZ 52.7 60.05 19.64 -
YUV 196.92 70.48 141.61 -
System Red Green Blue C M Y K H S L
Decimal 216 207 95 0 0.04 0.56 0.15 55.54 0.61 0.61
Hex D8 CF 5F 0 4 38 F 38 3D 3D
Octal 330 317 137 0 4 70 17 70 75 75
Binary 11011000 11001111 1011111 0 100 111000 1111 111000 111101 111101

Color Harmonies of #D8CF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CF5F

Black with #D8CF5F

Text Example


Text Example

White with #D8CF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CF5F; }

 p { color: rgb(216,207,95); }

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

background-color css

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

 a { background-color: rgb(216,207,95); }

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

border-color css

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

 span { border-color: rgb(216,207,95); }

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