Html Css Color HEX #DFA360 Porsche

📋 copy color: '#DFA360'

red 223 ◦ green 163 ◦ blue 96

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

Shades of Porsche #DFA360

Tints of Porsche #DFA360

RGB

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

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

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

R = 46.27%
G = 33.82%
B = 19.92%

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

#DFA360 (or 0xDFA360) is known color: Porsche. HEX triplet: DF, A3 and 60. RGB value is (223,163,96). Sum of RGB (Red+Green+Blue) = 223+163+96=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 96 (37.89% from 255 or 19.92% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA360 is #205C9F. Grayscale: #ADADAD. Windows color (decimal): -2120864 or 6333407. OLE color: 6333407.

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

Color convert

RGB 223 163 96 -
CMYK 0 0.27 0.57 0.13
HSL 31.65º 0.66% 0.63% -
HSV(B) 31.65º 0.57% 0.87% -
XYZ 45.64 42.73 16.91 -
YUV 173.3 84.38 163.45 -
System Red Green Blue C M Y K H S L
Decimal 223 163 96 0 0.27 0.57 0.13 31.65 0.66 0.63
Hex DF A3 60 0 1B 39 D 20 42 3F
Octal 337 243 140 0 33 71 15 40 102 77
Binary 11011111 10100011 1100000 0 11011 111001 1101 100000 1000010 111111

Color Harmonies of #DFA360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA360

Black with #DFA360

Text Example


Text Example

White with #DFA360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA360; }

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

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

background-color css

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

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

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

border-color css

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

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

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