Html Css Color HEX #DF9D52 Porsche

📋 copy color: '#DF9D52'

red 223 ◦ green 157 ◦ blue 82

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

Shades of Porsche #DF9D52

Tints of Porsche #DF9D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.75%

R = 48.27%
G = 33.98%
B = 17.75%

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

#DF9D52 (or 0xDF9D52) is known color: Porsche. HEX triplet: DF, 9D and 52. RGB value is (223,157,82). Sum of RGB (Red+Green+Blue) = 223+157+82=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 157 (61.72% from 255 or 33.98% from 462); Blue value is 82 (32.42% from 255 or 17.75% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9D52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9D52 is #2062AD. Grayscale: #A8A8A8. Windows color (decimal): -2122414 or 5414367. OLE color: 5414367.

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

Color convert

RGB 223 157 82 -
CMYK 0 0.30 0.63 0.13
HSL 31.91º 0.69% 0.6% -
HSV(B) 31.91º 0.63% 0.87% -
XYZ 44.01 40.41 13.46 -
YUV 168.18 79.37 167.1 -
System Red Green Blue C M Y K H S L
Decimal 223 157 82 0 0.30 0.63 0.13 31.91 0.69 0.6
Hex DF 9D 52 0 1E 3F D 20 45 3C
Octal 337 235 122 0 36 77 15 40 105 74
Binary 11011111 10011101 1010010 0 11110 111111 1101 100000 1000101 111100

Color Harmonies of #DF9D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9D52

Black with #DF9D52

Text Example


Text Example

White with #DF9D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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