Html Css Color HEX #DF9250 Porsche

📋 copy color: '#DF9250'

red 223 ◦ green 146 ◦ blue 80

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

Shades of Porsche #DF9250

Tints of Porsche #DF9250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.82%

R = 49.67%
G = 32.52%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF9250 (or 0xDF9250) is known color: Porsche. HEX triplet: DF, 92 and 50. RGB value is (223,146,80). Sum of RGB (Red+Green+Blue) = 223+146+80=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 146 (57.42% from 255 or 32.52% from 449); Blue value is 80 (31.64% from 255 or 17.82% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9250 is #206DAF. Grayscale: #A1A1A1. Windows color (decimal): -2125232 or 5280479. OLE color: 5280479.

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

Color convert

RGB 223 146 80 -
CMYK 0 0.35 0.64 0.13
HSL 27.69º 0.69% 0.59% -
HSV(B) 27.69º 0.64% 0.87% -
XYZ 42.16 36.82 12.48 -
YUV 161.5 82.01 171.87 -
System Red Green Blue C M Y K H S L
Decimal 223 146 80 0 0.35 0.64 0.13 27.69 0.69 0.59
Hex DF 92 50 0 23 40 D 1C 45 3B
Octal 337 222 120 0 43 100 15 34 105 73
Binary 11011111 10010010 1010000 0 100011 1000000 1101 11100 1000101 111011

Color Harmonies of #DF9250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9250

Black with #DF9250

Text Example


Text Example

White with #DF9250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9250; }

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

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

background-color css

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

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

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

border-color css

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

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

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