Html Css Color HEX #DFA155 Porsche

📋 copy color: '#DFA155'

red 223 ◦ green 161 ◦ blue 85

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

Shades of Porsche #DFA155

Tints of Porsche #DFA155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.12%

R = 47.55%
G = 34.33%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DFA155 (or 0xDFA155) is known color: Porsche. HEX triplet: DF, A1 and 55. RGB value is (223,161,85). Sum of RGB (Red+Green+Blue) = 223+161+85=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 85 (33.59% from 255 or 18.12% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA155 is #205EAA. Grayscale: #ABABAB. Windows color (decimal): -2121387 or 5611999. OLE color: 5611999.

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

Color convert

RGB 223 161 85 -
CMYK 0 0.28 0.62 0.13
HSL 33.04º 0.68% 0.6% -
HSV(B) 33.04º 0.62% 0.87% -
XYZ 44.82 41.83 14.31 -
YUV 170.87 79.54 165.18 -
System Red Green Blue C M Y K H S L
Decimal 223 161 85 0 0.28 0.62 0.13 33.04 0.68 0.6
Hex DF A1 55 0 1C 3E D 21 44 3C
Octal 337 241 125 0 34 76 15 41 104 74
Binary 11011111 10100001 1010101 0 11100 111110 1101 100001 1000100 111100

Color Harmonies of #DFA155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA155

Black with #DFA155

Text Example


Text Example

White with #DFA155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA155; }

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

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

background-color css

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

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

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

border-color css

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

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

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