Html Css Color HEX #DF9D5A Porsche

📋 copy color: '#DF9D5A'

red 223 ◦ green 157 ◦ blue 90

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

Shades of Porsche #DF9D5A

Tints of Porsche #DF9D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.15%

R = 47.45%
G = 33.4%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DF9D5A (or 0xDF9D5A) is known color: Porsche. HEX triplet: DF, 9D and 5A. RGB value is (223,157,90). Sum of RGB (Red+Green+Blue) = 223+157+90=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 90 (35.55% from 255 or 19.15% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9D5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9D5A is #2062A5. Grayscale: #A9A9A9. Windows color (decimal): -2122406 or 5938655. OLE color: 5938655.

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

Color convert

RGB 223 157 90 -
CMYK 0 0.30 0.60 0.13
HSL 30.23º 0.68% 0.61% -
HSV(B) 30.23º 0.6% 0.87% -
XYZ 44.33 40.54 15.16 -
YUV 169.1 83.37 166.45 -
System Red Green Blue C M Y K H S L
Decimal 223 157 90 0 0.30 0.60 0.13 30.23 0.68 0.61
Hex DF 9D 5A 0 1E 3C D 1E 44 3D
Octal 337 235 132 0 36 74 15 36 104 75
Binary 11011111 10011101 1011010 0 11110 111100 1101 11110 1000100 111101

Color Harmonies of #DF9D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9D5A

Black with #DF9D5A

Text Example


Text Example

White with #DF9D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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