Html Css Color HEX #DFB390 Pancho

📋 copy color: '#DFB390'

red 223 ◦ green 179 ◦ blue 144

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

Shades of Pancho #DFB390

Tints of Pancho #DFB390

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.78%

 BLUE value IS 144 (56.64% from 255) = 26.37%

R = 40.84%
G = 32.78%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DFB390 (or 0xDFB390) is known color: Pancho. HEX triplet: DF, B3 and 90. RGB value is (223,179,144). Sum of RGB (Red+Green+Blue) = 223+179+144=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 179 (70.31% from 255 or 32.78% from 546); Blue value is 144 (56.64% from 255 or 26.37% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB390 is #204C6F. Grayscale: #BCBCBC. Windows color (decimal): -2116720 or 9483231. OLE color: 9483231.

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

Color convert

RGB 223 179 144 -
CMYK 0 0.20 0.35 0.13
HSL 26.58º 0.55% 0.72% -
HSV(B) 26.58º 0.35% 0.87% -
XYZ 51.59 49.94 33.31 -
YUV 188.17 103.08 152.85 -
System Red Green Blue C M Y K H S L
Decimal 223 179 144 0 0.20 0.35 0.13 26.58 0.55 0.72
Hex DF B3 90 0 14 23 D 1B 37 48
Octal 337 263 220 0 24 43 15 33 67 110
Binary 11011111 10110011 10010000 0 10100 100011 1101 11011 110111 1001000

Color Harmonies of #DFB390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB390

Black with #DFB390

Text Example


Text Example

White with #DFB390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB390; }

 p { color: rgb(223,179,144); }

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

background-color css

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

 a { background-color: rgb(223,179,144); }

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

border-color css

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

 span { border-color: rgb(223,179,144); }

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