Html Css Color HEX #DFC48E New Orleans

📋 copy color: '#DFC48E'

red 223 ◦ green 196 ◦ blue 142

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

Shades of New Orleans #DFC48E

Tints of New Orleans #DFC48E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.94%

 BLUE value IS 142 (55.86% from 255) = 25.31%

R = 39.75%
G = 34.94%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DFC48E (or 0xDFC48E) is known color: New Orleans. HEX triplet: DF, C4 and 8E. RGB value is (223,196,142). Sum of RGB (Red+Green+Blue) = 223+196+142=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 196 (76.95% from 255 or 34.94% from 561); Blue value is 142 (55.86% from 255 or 25.31% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC48E is #203B71. Grayscale: #C6C6C6. Windows color (decimal): -2112370 or 9356511. OLE color: 9356511.

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

Color convert

RGB 223 196 142 -
CMYK 0 0.12 0.36 0.13
HSL 40º 0.56% 0.72% -
HSV(B) 40º 0.36% 0.87% -
XYZ 55.05 57.12 33.71 -
YUV 197.92 96.45 145.89 -
System Red Green Blue C M Y K H S L
Decimal 223 196 142 0 0.12 0.36 0.13 40 0.56 0.72
Hex DF C4 8E 0 C 24 D 28 38 48
Octal 337 304 216 0 14 44 15 50 70 110
Binary 11011111 11000100 10001110 0 1100 100100 1101 101000 111000 1001000

Color Harmonies of #DFC48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC48E

Black with #DFC48E

Text Example


Text Example

White with #DFC48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC48E; }

 p { color: rgb(223,196,142); }

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

background-color css

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

 a { background-color: rgb(223,196,142); }

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

border-color css

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

 span { border-color: rgb(223,196,142); }

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