Html Css Color HEX #D9B492 Pancho

📋 copy color: '#D9B492'

red 217 ◦ green 180 ◦ blue 146

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

Shades of Pancho #D9B492

Tints of Pancho #D9B492

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.15%

 BLUE value IS 146 (57.42% from 255) = 26.89%

R = 39.96%
G = 33.15%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D9B492 (or 0xD9B492) is known color: Pancho. HEX triplet: D9, B4 and 92. RGB value is (217,180,146). Sum of RGB (Red+Green+Blue) = 217+180+146=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 180 (70.70% from 255 or 33.15% from 543); Blue value is 146 (57.42% from 255 or 26.89% from 543); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B492 is #264B6D. Grayscale: #BBBBBB. Windows color (decimal): -2509678 or 9614553. OLE color: 9614553.

HSL color Cylindrical-coordinate representation of color #D9B492: hue angle of 28.73º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D9B492 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 180 146 -
CMYK 0 0.17 0.33 0.15
HSL 28.73º 0.48% 0.71% -
HSV(B) 28.73º 0.33% 0.85% -
XYZ 50.12 49.47 34.1 -
YUV 187.19 104.76 149.26 -
System Red Green Blue C M Y K H S L
Decimal 217 180 146 0 0.17 0.33 0.15 28.73 0.48 0.71
Hex D9 B4 92 0 11 21 F 1D 30 47
Octal 331 264 222 0 21 41 17 35 60 107
Binary 11011001 10110100 10010010 0 10001 100001 1111 11101 110000 1000111

Color Harmonies of #D9B492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B492

Black with #D9B492

Text Example


Text Example

White with #D9B492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B492; }

 p { color: rgb(217,180,146); }

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

background-color css

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

 a { background-color: rgb(217,180,146); }

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

border-color css

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

 span { border-color: rgb(217,180,146); }

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