Html Css Color HEX #DFC28D New Orleans

📋 copy color: '#DFC28D'

red 223 ◦ green 194 ◦ blue 141

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

Shades of New Orleans #DFC28D

Tints of New Orleans #DFC28D

RGB

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

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

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

R = 39.96%
G = 34.77%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DFC28D (or 0xDFC28D) is known color: New Orleans. HEX triplet: DF, C2 and 8D. RGB value is (223,194,141). Sum of RGB (Red+Green+Blue) = 223+194+141=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 194 (76.17% from 255 or 34.77% from 558); Blue value is 141 (55.47% from 255 or 25.27% from 558); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC28D is #203D72. Grayscale: #C4C4C4. Windows color (decimal): -2112883 or 9290463. OLE color: 9290463.

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

Color convert

RGB 223 194 141 -
CMYK 0 0.13 0.37 0.13
HSL 38.78º 0.56% 0.71% -
HSV(B) 38.78º 0.37% 0.87% -
XYZ 54.53 56.19 33.17 -
YUV 196.63 96.61 146.81 -
System Red Green Blue C M Y K H S L
Decimal 223 194 141 0 0.13 0.37 0.13 38.78 0.56 0.71
Hex DF C2 8D 0 D 25 D 27 38 47
Octal 337 302 215 0 15 45 15 47 70 107
Binary 11011111 11000010 10001101 0 1101 100101 1101 100111 111000 1000111

Color Harmonies of #DFC28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC28D

Black with #DFC28D

Text Example


Text Example

White with #DFC28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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