Html Css Color HEX #DF9D6D Porsche

📋 copy color: '#DF9D6D'

red 223 ◦ green 157 ◦ blue 109

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

Shades of Porsche #DF9D6D

Tints of Porsche #DF9D6D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.11%

 BLUE value IS 109 (42.97% from 255) = 22.29%

R = 45.6%
G = 32.11%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DF9D6D (or 0xDF9D6D) is known color: Porsche. HEX triplet: DF, 9D and 6D. RGB value is (223,157,109). Sum of RGB (Red+Green+Blue) = 223+157+109=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9D6D is #206292. Grayscale: #ABABAB. Windows color (decimal): -2122387 or 7183839. OLE color: 7183839.

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

Color convert

RGB 223 157 109 -
CMYK 0 0.30 0.51 0.13
HSL 25.26º 0.64% 0.65% -
HSV(B) 25.26º 0.51% 0.87% -
XYZ 45.25 40.91 19.98 -
YUV 171.26 92.87 164.9 -
System Red Green Blue C M Y K H S L
Decimal 223 157 109 0 0.30 0.51 0.13 25.26 0.64 0.65
Hex DF 9D 6D 0 1E 33 D 19 40 41
Octal 337 235 155 0 36 63 15 31 100 101
Binary 11011111 10011101 1101101 0 11110 110011 1101 11001 1000000 1000001

Color Harmonies of #DF9D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9D6D

Black with #DF9D6D

Text Example


Text Example

White with #DF9D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9D6D; }

 p { color: rgb(223,157,109); }

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

background-color css

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

 a { background-color: rgb(223,157,109); }

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

border-color css

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

 span { border-color: rgb(223,157,109); }

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