Html Css Color HEX #DFB992 Pancho

📋 copy color: '#DFB992'

red 223 ◦ green 185 ◦ blue 146

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

Shades of Pancho #DFB992

Tints of Pancho #DFB992

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.39%

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

R = 40.25%
G = 33.39%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DFB992 (or 0xDFB992) is known color: Pancho. HEX triplet: DF, B9 and 92. RGB value is (223,185,146). Sum of RGB (Red+Green+Blue) = 223+185+146=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 146 (57.42% from 255 or 26.35% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB992 is #20466D. Grayscale: #C0C0C0. Windows color (decimal): -2115182 or 9615839. OLE color: 9615839.

HSL color Cylindrical-coordinate representation of color #DFB992: hue angle of 30.39º 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 #DFB992 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 185 146 -
CMYK 0 0.17 0.35 0.13
HSL 30.39º 0.55% 0.72% -
HSV(B) 30.39º 0.35% 0.87% -
XYZ 52.97 52.46 34.53 -
YUV 191.92 102.09 150.17 -
System Red Green Blue C M Y K H S L
Decimal 223 185 146 0 0.17 0.35 0.13 30.39 0.55 0.72
Hex DF B9 92 0 11 23 D 1E 37 48
Octal 337 271 222 0 21 43 15 36 67 110
Binary 11011111 10111001 10010010 0 10001 100011 1101 11110 110111 1001000

Color Harmonies of #DFB992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB992

Black with #DFB992

Text Example


Text Example

White with #DFB992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB992; }

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

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

background-color css

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

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

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

border-color css

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

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

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