Html Css Color HEX #DF9A53 Porsche

📋 copy color: '#DF9A53'

red 223 ◦ green 154 ◦ blue 83

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

Shades of Porsche #DF9A53

Tints of Porsche #DF9A53

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.48%

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

R = 48.48%
G = 33.48%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DF9A53 (or 0xDF9A53) is known color: Porsche. HEX triplet: DF, 9A and 53. RGB value is (223,154,83). Sum of RGB (Red+Green+Blue) = 223+154+83=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 154 (60.55% from 255 or 33.48% from 460); Blue value is 83 (32.81% from 255 or 18.04% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9A53 is #2065AC. Grayscale: #A6A6A6. Windows color (decimal): -2123181 or 5479135. OLE color: 5479135.

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

Color convert

RGB 223 154 83 -
CMYK 0 0.31 0.63 0.13
HSL 30.43º 0.69% 0.6% -
HSV(B) 30.43º 0.63% 0.87% -
XYZ 43.55 39.42 13.5 -
YUV 166.54 80.86 168.27 -
System Red Green Blue C M Y K H S L
Decimal 223 154 83 0 0.31 0.63 0.13 30.43 0.69 0.6
Hex DF 9A 53 0 1F 3F D 1E 45 3C
Octal 337 232 123 0 37 77 15 36 105 74
Binary 11011111 10011010 1010011 0 11111 111111 1101 11110 1000101 111100

Color Harmonies of #DF9A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9A53

Black with #DF9A53

Text Example


Text Example

White with #DF9A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9A53; }

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

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

background-color css

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

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

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

border-color css

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

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

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