Html Css Color HEX #DFB092 Pancho

📋 copy color: '#DFB092'

red 223 ◦ green 176 ◦ blue 146

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

Shades of Pancho #DFB092

Tints of Pancho #DFB092

RGB

 RED value IS 223 (87.5% from 255) = 40.92%

 GREEN value IS 176 (69.14% from 255) = 32.29%

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

R = 40.92%
G = 32.29%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DFB092 (or 0xDFB092) is known color: Pancho. HEX triplet: DF, B0 and 92. RGB value is (223,176,146). Sum of RGB (Red+Green+Blue) = 223+176+146=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 176 (69.14% from 255 or 32.29% from 545); Blue value is 146 (57.42% from 255 or 26.79% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB092 is #204F6D. Grayscale: #BABABA. Windows color (decimal): -2117486 or 9613535. OLE color: 9613535.

HSL color Cylindrical-coordinate representation of color #DFB092: hue angle of 23.38º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFB092 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 176 146 -
CMYK 0 0.21 0.35 0.13
HSL 23.38º 0.55% 0.72% -
HSV(B) 23.38º 0.35% 0.87% -
XYZ 51.15 48.81 33.92 -
YUV 186.63 105.07 153.94 -
System Red Green Blue C M Y K H S L
Decimal 223 176 146 0 0.21 0.35 0.13 23.38 0.55 0.72
Hex DF B0 92 0 15 23 D 17 37 48
Octal 337 260 222 0 25 43 15 27 67 110
Binary 11011111 10110000 10010010 0 10101 100011 1101 10111 110111 1001000

Color Harmonies of #DFB092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB092

Black with #DFB092

Text Example


Text Example

White with #DFB092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB092; }

 p { color: rgb(223,176,146); }

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

background-color css

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

 a { background-color: rgb(223,176,146); }

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

border-color css

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

 span { border-color: rgb(223,176,146); }

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