Html Css Color HEX #DFC392 New Orleans

📋 copy color: '#DFC392'

red 223 ◦ green 195 ◦ blue 146

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

Shades of New Orleans #DFC392

Tints of New Orleans #DFC392

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.57%

 BLUE value IS 146 (57.42% from 255) = 25.89%

R = 39.54%
G = 34.57%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DFC392 (or 0xDFC392) is known color: New Orleans. HEX triplet: DF, C3 and 92. RGB value is (223,195,146). Sum of RGB (Red+Green+Blue) = 223+195+146=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 195 (76.56% from 255 or 34.57% from 564); Blue value is 146 (57.42% from 255 or 25.89% from 564); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC392 is #203C6D. Grayscale: #C6C6C6. Windows color (decimal): -2112622 or 9618399. OLE color: 9618399.

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

Color convert

RGB 223 195 146 -
CMYK 0 0.13 0.35 0.13
HSL 38.18º 0.55% 0.72% -
HSV(B) 38.18º 0.35% 0.87% -
XYZ 55.13 56.79 35.25 -
YUV 197.79 98.78 145.98 -
System Red Green Blue C M Y K H S L
Decimal 223 195 146 0 0.13 0.35 0.13 38.18 0.55 0.72
Hex DF C3 92 0 D 23 D 26 37 48
Octal 337 303 222 0 15 43 15 46 67 110
Binary 11011111 11000011 10010010 0 1101 100011 1101 100110 110111 1001000

Color Harmonies of #DFC392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC392

Black with #DFC392

Text Example


Text Example

White with #DFC392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC392; }

 p { color: rgb(223,195,146); }

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

background-color css

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

 a { background-color: rgb(223,195,146); }

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

border-color css

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

 span { border-color: rgb(223,195,146); }

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