Html Css Color HEX #DFA15F Porsche

📋 copy color: '#DFA15F'

red 223 ◦ green 161 ◦ blue 95

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

Shades of Porsche #DFA15F

Tints of Porsche #DFA15F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.83%

R = 46.56%
G = 33.61%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DFA15F (or 0xDFA15F) is known color: Porsche. HEX triplet: DF, A1 and 5F. RGB value is (223,161,95). Sum of RGB (Red+Green+Blue) = 223+161+95=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 95 (37.5% from 255 or 19.83% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA15F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA15F is #205EA0. Grayscale: #ACACAC. Windows color (decimal): -2121377 or 6267359. OLE color: 6267359.

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

Color convert

RGB 223 161 95 -
CMYK 0 0.28 0.57 0.13
HSL 30.94º 0.67% 0.62% -
HSV(B) 30.94º 0.57% 0.87% -
XYZ 45.24 42 16.55 -
YUV 172.01 84.54 164.37 -
System Red Green Blue C M Y K H S L
Decimal 223 161 95 0 0.28 0.57 0.13 30.94 0.67 0.62
Hex DF A1 5F 0 1C 39 D 1F 43 3E
Octal 337 241 137 0 34 71 15 37 103 76
Binary 11011111 10100001 1011111 0 11100 111001 1101 11111 1000011 111110

Color Harmonies of #DFA15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA15F

Black with #DFA15F

Text Example


Text Example

White with #DFA15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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