Html Css Color HEX #DFC68C New Orleans

📋 copy color: '#DFC68C'

red 223 ◦ green 198 ◦ blue 140

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

Shades of New Orleans #DFC68C

Tints of New Orleans #DFC68C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.29%

 BLUE value IS 140 (55.08% from 255) = 24.96%

R = 39.75%
G = 35.29%
B = 24.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DFC68C (or 0xDFC68C) is known color: New Orleans. HEX triplet: DF, C6 and 8C. RGB value is (223,198,140). Sum of RGB (Red+Green+Blue) = 223+198+140=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 140 (55.08% from 255 or 24.96% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC68C is #203973. Grayscale: #C7C7C7. Windows color (decimal): -2111860 or 9225951. OLE color: 9225951.

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

Color convert

RGB 223 198 140 -
CMYK 0 0.11 0.37 0.13
HSL 41.93º 0.56% 0.71% -
HSV(B) 41.93º 0.37% 0.87% -
XYZ 55.36 57.97 33.08 -
YUV 198.86 94.78 145.22 -
System Red Green Blue C M Y K H S L
Decimal 223 198 140 0 0.11 0.37 0.13 41.93 0.56 0.71
Hex DF C6 8C 0 B 25 D 2A 38 47
Octal 337 306 214 0 13 45 15 52 70 107
Binary 11011111 11000110 10001100 0 1011 100101 1101 101010 111000 1000111

Color Harmonies of #DFC68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC68C

Black with #DFC68C

Text Example


Text Example

White with #DFC68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC68C; }

 p { color: rgb(223,198,140); }

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

background-color css

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

 a { background-color: rgb(223,198,140); }

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

border-color css

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

 span { border-color: rgb(223,198,140); }

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