Html Css Color HEX #DF9D53 Porsche

📋 copy color: '#DF9D53'

red 223 ◦ green 157 ◦ blue 83

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

Shades of Porsche #DF9D53

Tints of Porsche #DF9D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.93%

R = 48.16%
G = 33.91%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DF9D53 (or 0xDF9D53) is known color: Porsche. HEX triplet: DF, 9D and 53. RGB value is (223,157,83). Sum of RGB (Red+Green+Blue) = 223+157+83=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 157 (61.72% from 255 or 33.91% from 463); Blue value is 83 (32.81% from 255 or 17.93% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9D53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9D53 is #2062AC. Grayscale: #A8A8A8. Windows color (decimal): -2122413 or 5479903. OLE color: 5479903.

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

Color convert

RGB 223 157 83 -
CMYK 0 0.30 0.63 0.13
HSL 31.71º 0.69% 0.6% -
HSV(B) 31.71º 0.63% 0.87% -
XYZ 44.05 40.43 13.67 -
YUV 168.3 79.87 167.02 -
System Red Green Blue C M Y K H S L
Decimal 223 157 83 0 0.30 0.63 0.13 31.71 0.69 0.6
Hex DF 9D 53 0 1E 3F D 20 45 3C
Octal 337 235 123 0 36 77 15 40 105 74
Binary 11011111 10011101 1010011 0 11110 111111 1101 100000 1000101 111100

Color Harmonies of #DF9D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9D53

Black with #DF9D53

Text Example


Text Example

White with #DF9D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9D53; }

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

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

background-color css

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

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

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

border-color css

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

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

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