Html Css Color HEX #DFC68E New Orleans

📋 copy color: '#DFC68E'

red 223 ◦ green 198 ◦ blue 142

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

Shades of New Orleans #DFC68E

Tints of New Orleans #DFC68E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 25.22%

R = 39.61%
G = 35.17%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DFC68E (or 0xDFC68E) is known color: New Orleans. HEX triplet: DF, C6 and 8E. RGB value is (223,198,142). Sum of RGB (Red+Green+Blue) = 223+198+142=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 198 (77.73% from 255 or 35.17% from 563); Blue value is 142 (55.86% from 255 or 25.22% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC68E is #203971. Grayscale: #C7C7C7. Windows color (decimal): -2111858 or 9357023. OLE color: 9357023.

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

Color convert

RGB 223 198 142 -
CMYK 0 0.11 0.36 0.13
HSL 41.48º 0.56% 0.72% -
HSV(B) 41.48º 0.36% 0.87% -
XYZ 55.51 58.03 33.87 -
YUV 199.09 95.78 145.05 -
System Red Green Blue C M Y K H S L
Decimal 223 198 142 0 0.11 0.36 0.13 41.48 0.56 0.72
Hex DF C6 8E 0 B 24 D 29 38 48
Octal 337 306 216 0 13 44 15 51 70 110
Binary 11011111 11000110 10001110 0 1011 100100 1101 101001 111000 1001000

Color Harmonies of #DFC68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC68E

Black with #DFC68E

Text Example


Text Example

White with #DFC68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC68E; }

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

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

background-color css

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

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

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

border-color css

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

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

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