Html Css Color HEX #DFC68D New Orleans

📋 copy color: '#DFC68D'

red 223 ◦ green 198 ◦ blue 141

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

Shades of New Orleans #DFC68D

Tints of New Orleans #DFC68D

RGB

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

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

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

R = 39.68%
G = 35.23%
B = 25.09%

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

#DFC68D (or 0xDFC68D) is known color: New Orleans. HEX triplet: DF, C6 and 8D. RGB value is (223,198,141). Sum of RGB (Red+Green+Blue) = 223+198+141=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 198 (77.73% from 255 or 35.23% from 562); Blue value is 141 (55.47% from 255 or 25.09% from 562); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC68D is #203972. Grayscale: #C7C7C7. Windows color (decimal): -2111859 or 9291487. OLE color: 9291487.

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

Color convert

RGB 223 198 141 -
CMYK 0 0.11 0.37 0.13
HSL 41.71º 0.56% 0.71% -
HSV(B) 41.71º 0.37% 0.87% -
XYZ 55.43 58 33.47 -
YUV 198.98 95.28 145.13 -
System Red Green Blue C M Y K H S L
Decimal 223 198 141 0 0.11 0.37 0.13 41.71 0.56 0.71
Hex DF C6 8D 0 B 25 D 2A 38 47
Octal 337 306 215 0 13 45 15 52 70 107
Binary 11011111 11000110 10001101 0 1011 100101 1101 101010 111000 1000111

Color Harmonies of #DFC68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC68D

Black with #DFC68D

Text Example


Text Example

White with #DFC68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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