Html Css Color HEX #DFC58F New Orleans

📋 copy color: '#DFC58F'

red 223 ◦ green 197 ◦ blue 143

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

Shades of New Orleans #DFC58F

Tints of New Orleans #DFC58F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 25.4%

R = 39.61%
G = 34.99%
B = 25.4%

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

#DFC58F (or 0xDFC58F) is known color: New Orleans. HEX triplet: DF, C5 and 8F. RGB value is (223,197,143). Sum of RGB (Red+Green+Blue) = 223+197+143=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 143 (56.25% from 255 or 25.40% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC58F is #203A70. Grayscale: #C6C6C6. Windows color (decimal): -2112113 or 9422303. OLE color: 9422303.

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

Color convert

RGB 223 197 143 -
CMYK 0 0.12 0.36 0.13
HSL 40.5º 0.56% 0.72% -
HSV(B) 40.5º 0.36% 0.87% -
XYZ 55.36 57.6 34.19 -
YUV 198.62 96.61 145.39 -
System Red Green Blue C M Y K H S L
Decimal 223 197 143 0 0.12 0.36 0.13 40.5 0.56 0.72
Hex DF C5 8F 0 C 24 D 28 38 48
Octal 337 305 217 0 14 44 15 50 70 110
Binary 11011111 11000101 10001111 0 1100 100100 1101 101000 111000 1001000

Color Harmonies of #DFC58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC58F

Black with #DFC58F

Text Example


Text Example

White with #DFC58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC58F; }

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

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

background-color css

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

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

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

border-color css

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

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

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