Html Css Color HEX #DFA163 Porsche

📋 copy color: '#DFA163'

red 223 ◦ green 161 ◦ blue 99

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

Shades of Porsche #DFA163

Tints of Porsche #DFA163

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.33%

 BLUE value IS 99 (39.06% from 255) = 20.5%

R = 46.17%
G = 33.33%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DFA163 (or 0xDFA163) is known color: Porsche. HEX triplet: DF, A1 and 63. RGB value is (223,161,99). Sum of RGB (Red+Green+Blue) = 223+161+99=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 99 (39.06% from 255 or 20.50% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA163 is #205E9C. Grayscale: #ACACAC. Windows color (decimal): -2121373 or 6529503. OLE color: 6529503.

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

Color convert

RGB 223 161 99 -
CMYK 0 0.28 0.56 0.13
HSL 30º 0.66% 0.63% -
HSV(B) 30º 0.56% 0.87% -
XYZ 45.43 42.08 17.53 -
YUV 172.47 86.54 164.04 -
System Red Green Blue C M Y K H S L
Decimal 223 161 99 0 0.28 0.56 0.13 30 0.66 0.63
Hex DF A1 63 0 1C 38 D 1E 42 3F
Octal 337 241 143 0 34 70 15 36 102 77
Binary 11011111 10100001 1100011 0 11100 111000 1101 11110 1000010 111111

Color Harmonies of #DFA163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA163

Black with #DFA163

Text Example


Text Example

White with #DFA163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA163; }

 p { color: rgb(223,161,99); }

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

background-color css

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

 a { background-color: rgb(223,161,99); }

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

border-color css

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

 span { border-color: rgb(223,161,99); }

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