Html Css Color HEX #DF9650 Porsche

📋 copy color: '#DF9650'

red 223 ◦ green 150 ◦ blue 80

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

Shades of Porsche #DF9650

Tints of Porsche #DF9650

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.11%

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

R = 49.23%
G = 33.11%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF9650 (or 0xDF9650) is known color: Porsche. HEX triplet: DF, 96 and 50. RGB value is (223,150,80). Sum of RGB (Red+Green+Blue) = 223+150+80=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 80 (31.64% from 255 or 17.66% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9650 is #2069AF. Grayscale: #A4A4A4. Windows color (decimal): -2124208 or 5281503. OLE color: 5281503.

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

Color convert

RGB 223 150 80 -
CMYK 0 0.33 0.64 0.13
HSL 29.37º 0.69% 0.59% -
HSV(B) 29.37º 0.64% 0.87% -
XYZ 42.79 38.08 12.68 -
YUV 163.85 80.68 170.19 -
System Red Green Blue C M Y K H S L
Decimal 223 150 80 0 0.33 0.64 0.13 29.37 0.69 0.59
Hex DF 96 50 0 21 40 D 1D 45 3B
Octal 337 226 120 0 41 100 15 35 105 73
Binary 11011111 10010110 1010000 0 100001 1000000 1101 11101 1000101 111011

Color Harmonies of #DF9650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9650

Black with #DF9650

Text Example


Text Example

White with #DF9650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9650; }

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

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

background-color css

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

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

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

border-color css

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

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

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