Html Css Color HEX #DF9255 Porsche

📋 copy color: '#DF9255'

red 223 ◦ green 146 ◦ blue 85

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

Shades of Porsche #DF9255

Tints of Porsche #DF9255

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.16%

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

R = 49.12%
G = 32.16%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DF9255 (or 0xDF9255) is known color: Porsche. HEX triplet: DF, 92 and 55. RGB value is (223,146,85). Sum of RGB (Red+Green+Blue) = 223+146+85=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 146 (57.42% from 255 or 32.16% from 454); Blue value is 85 (33.59% from 255 or 18.72% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9255 is #206DAA. Grayscale: #A2A2A2. Windows color (decimal): -2125227 or 5608159. OLE color: 5608159.

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

Color convert

RGB 223 146 85 -
CMYK 0 0.35 0.62 0.13
HSL 26.52º 0.68% 0.6% -
HSV(B) 26.52º 0.62% 0.87% -
XYZ 42.35 36.9 13.48 -
YUV 162.07 84.51 171.46 -
System Red Green Blue C M Y K H S L
Decimal 223 146 85 0 0.35 0.62 0.13 26.52 0.68 0.6
Hex DF 92 55 0 23 3E D 1B 44 3C
Octal 337 222 125 0 43 76 15 33 104 74
Binary 11011111 10010010 1010101 0 100011 111110 1101 11011 1000100 111100

Color Harmonies of #DF9255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9255

Black with #DF9255

Text Example


Text Example

White with #DF9255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9255; }

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

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

background-color css

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

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

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

border-color css

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

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

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