Html Css Color HEX #DFA05D Porsche

📋 copy color: '#DFA05D'

red 223 ◦ green 160 ◦ blue 93

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

Shades of Porsche #DFA05D

Tints of Porsche #DFA05D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.54%

R = 46.85%
G = 33.61%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DFA05D (or 0xDFA05D) is known color: Porsche. HEX triplet: DF, A0 and 5D. RGB value is (223,160,93). Sum of RGB (Red+Green+Blue) = 223+160+93=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA05D is #205FA2. Grayscale: #ABABAB. Windows color (decimal): -2121635 or 6136031. OLE color: 6136031.

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

Color convert

RGB 223 160 93 -
CMYK 0 0.28 0.58 0.13
HSL 30.92º 0.67% 0.62% -
HSV(B) 30.92º 0.58% 0.87% -
XYZ 44.98 41.62 16.02 -
YUV 171.2 83.87 164.95 -
System Red Green Blue C M Y K H S L
Decimal 223 160 93 0 0.28 0.58 0.13 30.92 0.67 0.62
Hex DF A0 5D 0 1C 3A D 1F 43 3E
Octal 337 240 135 0 34 72 15 37 103 76
Binary 11011111 10100000 1011101 0 11100 111010 1101 11111 1000011 111110

Color Harmonies of #DFA05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA05D

Black with #DFA05D

Text Example


Text Example

White with #DFA05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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