Html Css Color HEX #DFA260 Porsche

📋 copy color: '#DFA260'

red 223 ◦ green 162 ◦ blue 96

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

Shades of Porsche #DFA260

Tints of Porsche #DFA260

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.68%

 BLUE value IS 96 (37.89% from 255) = 19.96%

R = 46.36%
G = 33.68%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DFA260 (or 0xDFA260) is known color: Porsche. HEX triplet: DF, A2 and 60. RGB value is (223,162,96). Sum of RGB (Red+Green+Blue) = 223+162+96=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 96 (37.89% from 255 or 19.96% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA260 is #205D9F. Grayscale: #ADADAD. Windows color (decimal): -2121120 or 6333151. OLE color: 6333151.

HSL color Cylindrical-coordinate representation of color #DFA260: hue angle of 31.18º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFA260 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 162 96 -
CMYK 0 0.27 0.57 0.13
HSL 31.18º 0.66% 0.63% -
HSV(B) 31.18º 0.57% 0.87% -
XYZ 45.46 42.37 16.85 -
YUV 172.72 84.71 163.87 -
System Red Green Blue C M Y K H S L
Decimal 223 162 96 0 0.27 0.57 0.13 31.18 0.66 0.63
Hex DF A2 60 0 1B 39 D 1F 42 3F
Octal 337 242 140 0 33 71 15 37 102 77
Binary 11011111 10100010 1100000 0 11011 111001 1101 11111 1000010 111111

Color Harmonies of #DFA260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA260

Black with #DFA260

Text Example


Text Example

White with #DFA260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA260; }

 p { color: rgb(223,162,96); }

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

background-color css

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

 a { background-color: rgb(223,162,96); }

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

border-color css

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

 span { border-color: rgb(223,162,96); }

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