Html Css Color HEX #DFBE86 New Orleans

📋 copy color: '#DFBE86'

red 223 ◦ green 190 ◦ blue 134

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

Shades of New Orleans #DFBE86

Tints of New Orleans #DFBE86

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.73%

 BLUE value IS 134 (52.73% from 255) = 24.5%

R = 40.77%
G = 34.73%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DFBE86 (or 0xDFBE86) is known color: New Orleans. HEX triplet: DF, BE and 86. RGB value is (223,190,134). Sum of RGB (Red+Green+Blue) = 223+190+134=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 134 (52.73% from 255 or 24.50% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBE86 is #204179. Grayscale: #C1C1C1. Windows color (decimal): -2113914 or 8830687. OLE color: 8830687.

HSL color Cylindrical-coordinate representation of color #DFBE86: hue angle of 37.75º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DFBE86 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 190 134 -
CMYK 0 0.15 0.40 0.13
HSL 37.75º 0.58% 0.7% -
HSV(B) 37.75º 0.4% 0.87% -
XYZ 53.15 54.24 30.22 -
YUV 193.48 94.43 149.05 -
System Red Green Blue C M Y K H S L
Decimal 223 190 134 0 0.15 0.40 0.13 37.75 0.58 0.7
Hex DF BE 86 0 F 28 D 26 3A 46
Octal 337 276 206 0 17 50 15 46 72 106
Binary 11011111 10111110 10000110 0 1111 101000 1101 100110 111010 1000110

Color Harmonies of #DFBE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBE86

Black with #DFBE86

Text Example


Text Example

White with #DFBE86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBE86; }

 p { color: rgb(223,190,134); }

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

background-color css

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

 a { background-color: rgb(223,190,134); }

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

border-color css

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

 span { border-color: rgb(223,190,134); }

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