Html Css Color HEX #DFBF8A New Orleans

📋 copy color: '#DFBF8A'

red 223 ◦ green 191 ◦ blue 138

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

Shades of New Orleans #DFBF8A

Tints of New Orleans #DFBF8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25%

R = 40.4%
G = 34.6%
B = 25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DFBF8A (or 0xDFBF8A) is known color: New Orleans. HEX triplet: DF, BF and 8A. RGB value is (223,191,138). Sum of RGB (Red+Green+Blue) = 223+191+138=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 191 (75% from 255 or 34.60% from 552); Blue value is 138 (54.30% from 255 or 25% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBF8A is #204075. Grayscale: #C2C2C2. Windows color (decimal): -2113654 or 9093087. OLE color: 9093087.

HSL color Cylindrical-coordinate representation of color #DFBF8A: hue angle of 37.41º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DFBF8A is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 191 138 -
CMYK 0 0.14 0.38 0.13
HSL 37.41º 0.57% 0.71% -
HSV(B) 37.41º 0.38% 0.87% -
XYZ 53.65 54.78 31.79 -
YUV 194.53 96.1 148.31 -
System Red Green Blue C M Y K H S L
Decimal 223 191 138 0 0.14 0.38 0.13 37.41 0.57 0.71
Hex DF BF 8A 0 E 26 D 25 39 47
Octal 337 277 212 0 16 46 15 45 71 107
Binary 11011111 10111111 10001010 0 1110 100110 1101 100101 111001 1000111

Color Harmonies of #DFBF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBF8A

Black with #DFBF8A

Text Example


Text Example

White with #DFBF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBF8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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