Html Css Color HEX #DFC690 New Orleans

📋 copy color: '#DFC690'

red 223 ◦ green 198 ◦ blue 144

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

Shades of New Orleans #DFC690

Tints of New Orleans #DFC690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 25.49%

R = 39.47%
G = 35.04%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DFC690 (or 0xDFC690) is known color: New Orleans. HEX triplet: DF, C6 and 90. RGB value is (223,198,144). Sum of RGB (Red+Green+Blue) = 223+198+144=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 144 (56.64% from 255 or 25.49% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC690 is #20396F. Grayscale: #C7C7C7. Windows color (decimal): -2111856 or 9488095. OLE color: 9488095.

HSL color Cylindrical-coordinate representation of color #DFC690: hue angle of 41.01º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFC690 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 198 144 -
CMYK 0 0.11 0.35 0.13
HSL 41.01º 0.55% 0.72% -
HSV(B) 41.01º 0.35% 0.87% -
XYZ 55.66 58.09 34.66 -
YUV 199.32 96.78 144.89 -
System Red Green Blue C M Y K H S L
Decimal 223 198 144 0 0.11 0.35 0.13 41.01 0.55 0.72
Hex DF C6 90 0 B 23 D 29 37 48
Octal 337 306 220 0 13 43 15 51 67 110
Binary 11011111 11000110 10010000 0 1011 100011 1101 101001 110111 1001000

Color Harmonies of #DFC690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC690

Black with #DFC690

Text Example


Text Example

White with #DFC690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC690; }

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

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

background-color css

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

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

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

border-color css

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

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

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