Html Css Color HEX #DFC58D New Orleans

📋 copy color: '#DFC58D'

red 223 ◦ green 197 ◦ blue 141

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

Shades of New Orleans #DFC58D

Tints of New Orleans #DFC58D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.12%

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

R = 39.75%
G = 35.12%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DFC58D (or 0xDFC58D) is known color: New Orleans. HEX triplet: DF, C5 and 8D. RGB value is (223,197,141). Sum of RGB (Red+Green+Blue) = 223+197+141=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 197 (77.34% from 255 or 35.12% from 561); Blue value is 141 (55.47% from 255 or 25.13% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC58D is #203A72. Grayscale: #C6C6C6. Windows color (decimal): -2112115 or 9291231. OLE color: 9291231.

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

Color convert

RGB 223 197 141 -
CMYK 0 0.12 0.37 0.13
HSL 40.98º 0.56% 0.71% -
HSV(B) 40.98º 0.37% 0.87% -
XYZ 55.21 57.54 33.4 -
YUV 198.39 95.61 145.55 -
System Red Green Blue C M Y K H S L
Decimal 223 197 141 0 0.12 0.37 0.13 40.98 0.56 0.71
Hex DF C5 8D 0 C 25 D 29 38 47
Octal 337 305 215 0 14 45 15 51 70 107
Binary 11011111 11000101 10001101 0 1100 100101 1101 101001 111000 1000111

Color Harmonies of #DFC58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC58D

Black with #DFC58D

Text Example


Text Example

White with #DFC58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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