Html Css Color HEX #D9BD99 Pancho

📋 copy color: '#D9BD99'

red 217 ◦ green 189 ◦ blue 153

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

Shades of Pancho #D9BD99

Tints of Pancho #D9BD99

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.81%

 BLUE value IS 153 (60.16% from 255) = 27.37%

R = 38.82%
G = 33.81%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9BD99 (or 0xD9BD99) is known color: Pancho. HEX triplet: D9, BD and 99. RGB value is (217,189,153). Sum of RGB (Red+Green+Blue) = 217+189+153=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 153 (60.16% from 255 or 27.37% from 559); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BD99 is #264266. Grayscale: #C1C1C1. Windows color (decimal): -2507367 or 10075609. OLE color: 10075609.

HSL color Cylindrical-coordinate representation of color #D9BD99: hue angle of 33.75º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9BD99 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 189 153 -
CMYK 0 0.13 0.29 0.15
HSL 33.75º 0.46% 0.73% -
HSV(B) 33.75º 0.29% 0.85% -
XYZ 52.56 53.45 37.68 -
YUV 193.27 105.28 144.93 -
System Red Green Blue C M Y K H S L
Decimal 217 189 153 0 0.13 0.29 0.15 33.75 0.46 0.73
Hex D9 BD 99 0 D 1D F 22 2E 49
Octal 331 275 231 0 15 35 17 42 56 111
Binary 11011001 10111101 10011001 0 1101 11101 1111 100010 101110 1001001

Color Harmonies of #D9BD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BD99

Black with #D9BD99

Text Example


Text Example

White with #D9BD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BD99; }

 p { color: rgb(217,189,153); }

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

background-color css

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

 a { background-color: rgb(217,189,153); }

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

border-color css

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

 span { border-color: rgb(217,189,153); }

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