Html Css Color HEX #DFA05B Porsche

📋 copy color: '#DFA05B'

red 223 ◦ green 160 ◦ blue 91

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

Shades of Porsche #DFA05B

Tints of Porsche #DFA05B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.2%

R = 47.05%
G = 33.76%
B = 19.2%

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

#DFA05B (or 0xDFA05B) is known color: Porsche. HEX triplet: DF, A0 and 5B. RGB value is (223,160,91). Sum of RGB (Red+Green+Blue) = 223+160+91=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 91 (35.94% from 255 or 19.20% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA05B is #205FA4. Grayscale: #ABABAB. Windows color (decimal): -2121637 or 6004959. OLE color: 6004959.

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

Color convert

RGB 223 160 91 -
CMYK 0 0.28 0.59 0.13
HSL 31.36º 0.67% 0.62% -
HSV(B) 31.36º 0.59% 0.87% -
XYZ 44.89 41.58 15.56 -
YUV 170.97 82.87 165.11 -
System Red Green Blue C M Y K H S L
Decimal 223 160 91 0 0.28 0.59 0.13 31.36 0.67 0.62
Hex DF A0 5B 0 1C 3B D 1F 43 3E
Octal 337 240 133 0 34 73 15 37 103 76
Binary 11011111 10100000 1011011 0 11100 111011 1101 11111 1000011 111110

Color Harmonies of #DFA05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA05B

Black with #DFA05B

Text Example


Text Example

White with #DFA05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA05B; }

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

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

background-color css

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

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

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

border-color css

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

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

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