Html Css Color HEX #DFC28F New Orleans

📋 copy color: '#DFC28F'

red 223 ◦ green 194 ◦ blue 143

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

Shades of New Orleans #DFC28F

Tints of New Orleans #DFC28F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.64%

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

R = 39.82%
G = 34.64%
B = 25.54%

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

#DFC28F (or 0xDFC28F) is known color: New Orleans. HEX triplet: DF, C2 and 8F. RGB value is (223,194,143). Sum of RGB (Red+Green+Blue) = 223+194+143=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 194 (76.17% from 255 or 34.64% from 560); Blue value is 143 (56.25% from 255 or 25.54% from 560); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC28F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC28F is #203D70. Grayscale: #C5C5C5. Windows color (decimal): -2112881 or 9421535. OLE color: 9421535.

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

Color convert

RGB 223 194 143 -
CMYK 0 0.13 0.36 0.13
HSL 38.25º 0.56% 0.72% -
HSV(B) 38.25º 0.36% 0.87% -
XYZ 54.68 56.25 33.96 -
YUV 196.86 97.61 146.65 -
System Red Green Blue C M Y K H S L
Decimal 223 194 143 0 0.13 0.36 0.13 38.25 0.56 0.72
Hex DF C2 8F 0 D 24 D 26 38 48
Octal 337 302 217 0 15 44 15 46 70 110
Binary 11011111 11000010 10001111 0 1101 100100 1101 100110 111000 1001000

Color Harmonies of #DFC28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC28F

Black with #DFC28F

Text Example


Text Example

White with #DFC28F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC28F; }

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

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

background-color css

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

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

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

border-color css

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

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

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