Html Css Color HEX #DFA363 Porsche

📋 copy color: '#DFA363'

red 223 ◦ green 163 ◦ blue 99

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

Shades of Porsche #DFA363

Tints of Porsche #DFA363

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.61%

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

R = 45.98%
G = 33.61%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DFA363 (or 0xDFA363) is known color: Porsche. HEX triplet: DF, A3 and 63. RGB value is (223,163,99). Sum of RGB (Red+Green+Blue) = 223+163+99=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 163 (64.06% from 255 or 33.61% from 485); Blue value is 99 (39.06% from 255 or 20.41% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA363 is #205C9C. Grayscale: #ADADAD. Windows color (decimal): -2120861 or 6530015. OLE color: 6530015.

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

Color convert

RGB 223 163 99 -
CMYK 0 0.27 0.56 0.13
HSL 30.97º 0.66% 0.63% -
HSV(B) 30.97º 0.56% 0.87% -
XYZ 45.78 42.78 17.65 -
YUV 173.64 85.88 163.2 -
System Red Green Blue C M Y K H S L
Decimal 223 163 99 0 0.27 0.56 0.13 30.97 0.66 0.63
Hex DF A3 63 0 1B 38 D 1F 42 3F
Octal 337 243 143 0 33 70 15 37 102 77
Binary 11011111 10100011 1100011 0 11011 111000 1101 11111 1000010 111111

Color Harmonies of #DFA363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA363

Black with #DFA363

Text Example


Text Example

White with #DFA363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA363; }

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

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

background-color css

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

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

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

border-color css

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

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

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