Html Css Color HEX #DFC38F New Orleans

📋 copy color: '#DFC38F'

red 223 ◦ green 195 ◦ blue 143

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

Shades of New Orleans #DFC38F

Tints of New Orleans #DFC38F

RGB

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

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

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

R = 39.75%
G = 34.76%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DFC38F (or 0xDFC38F) is known color: New Orleans. HEX triplet: DF, C3 and 8F. RGB value is (223,195,143). Sum of RGB (Red+Green+Blue) = 223+195+143=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 143 (56.25% from 255 or 25.49% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC38F is #203C70. Grayscale: #C5C5C5. Windows color (decimal): -2112625 or 9421791. OLE color: 9421791.

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

Color convert

RGB 223 195 143 -
CMYK 0 0.13 0.36 0.13
HSL 39º 0.56% 0.72% -
HSV(B) 39º 0.36% 0.87% -
XYZ 54.9 56.7 34.04 -
YUV 197.44 97.28 146.23 -
System Red Green Blue C M Y K H S L
Decimal 223 195 143 0 0.13 0.36 0.13 39 0.56 0.72
Hex DF C3 8F 0 D 24 D 27 38 48
Octal 337 303 217 0 15 44 15 47 70 110
Binary 11011111 11000011 10001111 0 1101 100100 1101 100111 111000 1001000

Color Harmonies of #DFC38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC38F

Black with #DFC38F

Text Example


Text Example

White with #DFC38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC38F; }

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

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

background-color css

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

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

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

border-color css

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

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

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