Html Css Color HEX #DFC18C New Orleans

📋 copy color: '#DFC18C'

red 223 ◦ green 193 ◦ blue 140

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

Shades of New Orleans #DFC18C

Tints of New Orleans #DFC18C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.71%

 BLUE value IS 140 (55.08% from 255) = 25.18%

R = 40.11%
G = 34.71%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DFC18C (or 0xDFC18C) is known color: New Orleans. HEX triplet: DF, C1 and 8C. RGB value is (223,193,140). Sum of RGB (Red+Green+Blue) = 223+193+140=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 193 (75.78% from 255 or 34.71% from 556); Blue value is 140 (55.08% from 255 or 25.18% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC18C is #203E73. Grayscale: #C4C4C4. Windows color (decimal): -2113140 or 9224671. OLE color: 9224671.

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

Color convert

RGB 223 193 140 -
CMYK 0 0.13 0.37 0.13
HSL 38.31º 0.56% 0.71% -
HSV(B) 38.31º 0.37% 0.87% -
XYZ 54.24 55.72 32.71 -
YUV 195.93 96.44 147.31 -
System Red Green Blue C M Y K H S L
Decimal 223 193 140 0 0.13 0.37 0.13 38.31 0.56 0.71
Hex DF C1 8C 0 D 25 D 26 38 47
Octal 337 301 214 0 15 45 15 46 70 107
Binary 11011111 11000001 10001100 0 1101 100101 1101 100110 111000 1000111

Color Harmonies of #DFC18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC18C

Black with #DFC18C

Text Example


Text Example

White with #DFC18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC18C; }

 p { color: rgb(223,193,140); }

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

background-color css

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

 a { background-color: rgb(223,193,140); }

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

border-color css

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

 span { border-color: rgb(223,193,140); }

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