Html Css Color HEX #DFBF86 New Orleans

📋 copy color: '#DFBF86'

red 223 ◦ green 191 ◦ blue 134

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

Shades of New Orleans #DFBF86

Tints of New Orleans #DFBF86

RGB

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

 GREEN value IS 191 (75% from 255) = 34.85%

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

R = 40.69%
G = 34.85%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DFBF86 (or 0xDFBF86) is known color: New Orleans. HEX triplet: DF, BF and 86. RGB value is (223,191,134). Sum of RGB (Red+Green+Blue) = 223+191+134=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 134 (52.73% from 255 or 24.45% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBF86 is #204079. Grayscale: #C2C2C2. Windows color (decimal): -2113658 or 8830943. OLE color: 8830943.

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

Color convert

RGB 223 191 134 -
CMYK 0 0.14 0.40 0.13
HSL 38.43º 0.58% 0.7% -
HSV(B) 38.43º 0.4% 0.87% -
XYZ 53.37 54.67 30.29 -
YUV 194.07 94.1 148.63 -
System Red Green Blue C M Y K H S L
Decimal 223 191 134 0 0.14 0.40 0.13 38.43 0.58 0.7
Hex DF BF 86 0 E 28 D 26 3A 46
Octal 337 277 206 0 16 50 15 46 72 106
Binary 11011111 10111111 10000110 0 1110 101000 1101 100110 111010 1000110

Color Harmonies of #DFBF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBF86

Black with #DFBF86

Text Example


Text Example

White with #DFBF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBF86; }

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

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

background-color css

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

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

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

border-color css

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

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

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