Html Css Color HEX #D9CE5F Manz

📋 copy color: '#D9CE5F'

red 217 ◦ green 206 ◦ blue 95

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

Shades of Manz #D9CE5F

Tints of Manz #D9CE5F

RGB

 RED value IS 217 (85.16% from 255) = 41.89%

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

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

R = 41.89%
G = 39.77%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D9CE5F (or 0xD9CE5F) is known color: Manz. HEX triplet: D9, CE and 5F. RGB value is (217,206,95). Sum of RGB (Red+Green+Blue) = 217+206+95=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 95 (37.5% from 255 or 18.34% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CE5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CE5F is #2631A0. Grayscale: #C5C5C5. Windows color (decimal): -2503073 or 6278873. OLE color: 6278873.

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

Color convert

RGB 217 206 95 -
CMYK 0 0.05 0.56 0.15
HSL 54.59º 0.62% 0.61% -
HSV(B) 54.59º 0.56% 0.85% -
XYZ 52.75 59.72 19.57 -
YUV 196.64 70.64 142.53 -
System Red Green Blue C M Y K H S L
Decimal 217 206 95 0 0.05 0.56 0.15 54.59 0.62 0.61
Hex D9 CE 5F 0 5 38 F 37 3E 3D
Octal 331 316 137 0 5 70 17 67 76 75
Binary 11011001 11001110 1011111 0 101 111000 1111 110111 111110 111101

Color Harmonies of #D9CE5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CE5F

Black with #D9CE5F

Text Example


Text Example

White with #D9CE5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CE5F; }

 p { color: rgb(217,206,95); }

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

background-color css

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

 a { background-color: rgb(217,206,95); }

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

border-color css

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

 span { border-color: rgb(217,206,95); }

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