Html Css Color HEX #DF9450 Porsche

📋 copy color: '#DF9450'

red 223 ◦ green 148 ◦ blue 80

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

Shades of Porsche #DF9450

Tints of Porsche #DF9450

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.82%

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

R = 49.45%
G = 32.82%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF9450 (or 0xDF9450) is known color: Porsche. HEX triplet: DF, 94 and 50. RGB value is (223,148,80). Sum of RGB (Red+Green+Blue) = 223+148+80=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 80 (31.64% from 255 or 17.74% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9450 is #206BAF. Grayscale: #A3A3A3. Windows color (decimal): -2124720 or 5280991. OLE color: 5280991.

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

Color convert

RGB 223 148 80 -
CMYK 0 0.34 0.64 0.13
HSL 28.53º 0.69% 0.59% -
HSV(B) 28.53º 0.64% 0.87% -
XYZ 42.47 37.45 12.58 -
YUV 162.67 81.35 171.03 -
System Red Green Blue C M Y K H S L
Decimal 223 148 80 0 0.34 0.64 0.13 28.53 0.69 0.59
Hex DF 94 50 0 22 40 D 1D 45 3B
Octal 337 224 120 0 42 100 15 35 105 73
Binary 11011111 10010100 1010000 0 100010 1000000 1101 11101 1000101 111011

Color Harmonies of #DF9450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9450

Black with #DF9450

Text Example


Text Example

White with #DF9450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9450; }

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

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

background-color css

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

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

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

border-color css

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

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

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