Html Css Color HEX #DFC08D New Orleans

📋 copy color: '#DFC08D'

red 223 ◦ green 192 ◦ blue 141

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

Shades of New Orleans #DFC08D

Tints of New Orleans #DFC08D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.53%

 BLUE value IS 141 (55.47% from 255) = 25.36%

R = 40.11%
G = 34.53%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DFC08D (or 0xDFC08D) is known color: New Orleans. HEX triplet: DF, C0 and 8D. RGB value is (223,192,141). Sum of RGB (Red+Green+Blue) = 223+192+141=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 141 (55.47% from 255 or 25.36% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC08D is #203F72. Grayscale: #C3C3C3. Windows color (decimal): -2113395 or 9289951. OLE color: 9289951.

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

Color convert

RGB 223 192 141 -
CMYK 0 0.14 0.37 0.13
HSL 37.32º 0.56% 0.71% -
HSV(B) 37.32º 0.37% 0.87% -
XYZ 54.09 55.31 33.02 -
YUV 195.46 97.27 147.65 -
System Red Green Blue C M Y K H S L
Decimal 223 192 141 0 0.14 0.37 0.13 37.32 0.56 0.71
Hex DF C0 8D 0 E 25 D 25 38 47
Octal 337 300 215 0 16 45 15 45 70 107
Binary 11011111 11000000 10001101 0 1110 100101 1101 100101 111000 1000111

Color Harmonies of #DFC08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC08D

Black with #DFC08D

Text Example


Text Example

White with #DFC08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC08D; }

 p { color: rgb(223,192,141); }

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

background-color css

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

 a { background-color: rgb(223,192,141); }

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

border-color css

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

 span { border-color: rgb(223,192,141); }

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