Html Css Color HEX #DFA05C Porsche

📋 copy color: '#DFA05C'

red 223 ◦ green 160 ◦ blue 92

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

Shades of Porsche #DFA05C

Tints of Porsche #DFA05C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.68%

 BLUE value IS 92 (36.33% from 255) = 19.37%

R = 46.95%
G = 33.68%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DFA05C (or 0xDFA05C) is known color: Porsche. HEX triplet: DF, A0 and 5C. RGB value is (223,160,92). Sum of RGB (Red+Green+Blue) = 223+160+92=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 92 (36.33% from 255 or 19.37% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA05C is #205FA3. Grayscale: #ABABAB. Windows color (decimal): -2121636 or 6070495. OLE color: 6070495.

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

Color convert

RGB 223 160 92 -
CMYK 0 0.28 0.59 0.13
HSL 31.15º 0.67% 0.62% -
HSV(B) 31.15º 0.59% 0.87% -
XYZ 44.93 41.6 15.79 -
YUV 171.09 83.37 165.03 -
System Red Green Blue C M Y K H S L
Decimal 223 160 92 0 0.28 0.59 0.13 31.15 0.67 0.62
Hex DF A0 5C 0 1C 3B D 1F 43 3E
Octal 337 240 134 0 34 73 15 37 103 76
Binary 11011111 10100000 1011100 0 11100 111011 1101 11111 1000011 111110

Color Harmonies of #DFA05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA05C

Black with #DFA05C

Text Example


Text Example

White with #DFA05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA05C; }

 p { color: rgb(223,160,92); }

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

background-color css

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

 a { background-color: rgb(223,160,92); }

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

border-color css

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

 span { border-color: rgb(223,160,92); }

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