Html Css Color HEX #DFC48A New Orleans

📋 copy color: '#DFC48A'

red 223 ◦ green 196 ◦ blue 138

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

Shades of New Orleans #DFC48A

Tints of New Orleans #DFC48A

RGB

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

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

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

R = 40.04%
G = 35.19%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DFC48A (or 0xDFC48A) is known color: New Orleans. HEX triplet: DF, C4 and 8A. RGB value is (223,196,138). Sum of RGB (Red+Green+Blue) = 223+196+138=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 196 (76.95% from 255 or 35.19% from 557); Blue value is 138 (54.30% from 255 or 24.78% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC48A is #203B75. Grayscale: #C5C5C5. Windows color (decimal): -2112374 or 9094367. OLE color: 9094367.

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

Color convert

RGB 223 196 138 -
CMYK 0 0.12 0.38 0.13
HSL 40.94º 0.57% 0.71% -
HSV(B) 40.94º 0.38% 0.87% -
XYZ 54.76 57 32.16 -
YUV 197.46 94.45 146.22 -
System Red Green Blue C M Y K H S L
Decimal 223 196 138 0 0.12 0.38 0.13 40.94 0.57 0.71
Hex DF C4 8A 0 C 26 D 29 39 47
Octal 337 304 212 0 14 46 15 51 71 107
Binary 11011111 11000100 10001010 0 1100 100110 1101 101001 111001 1000111

Color Harmonies of #DFC48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC48A

Black with #DFC48A

Text Example


Text Example

White with #DFC48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC48A; }

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

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

background-color css

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

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

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

border-color css

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

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

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