Html Css Color HEX #DF9850 Porsche

📋 copy color: '#DF9850'

red 223 ◦ green 152 ◦ blue 80

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

Shades of Porsche #DF9850

Tints of Porsche #DF9850

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.41%

 BLUE value IS 80 (31.64% from 255) = 17.58%

R = 49.01%
G = 33.41%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF9850 (or 0xDF9850) is known color: Porsche. HEX triplet: DF, 98 and 50. RGB value is (223,152,80). Sum of RGB (Red+Green+Blue) = 223+152+80=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 152 (59.77% from 255 or 33.41% from 455); Blue value is 80 (31.64% from 255 or 17.58% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9850 is #2067AF. Grayscale: #A5A5A5. Windows color (decimal): -2123696 or 5282015. OLE color: 5282015.

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

Color convert

RGB 223 152 80 -
CMYK 0 0.32 0.64 0.13
HSL 30.21º 0.69% 0.59% -
HSV(B) 30.21º 0.64% 0.87% -
XYZ 43.11 38.72 12.79 -
YUV 165.02 80.02 169.35 -
System Red Green Blue C M Y K H S L
Decimal 223 152 80 0 0.32 0.64 0.13 30.21 0.69 0.59
Hex DF 98 50 0 20 40 D 1E 45 3B
Octal 337 230 120 0 40 100 15 36 105 73
Binary 11011111 10011000 1010000 0 100000 1000000 1101 11110 1000101 111011

Color Harmonies of #DF9850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9850

Black with #DF9850

Text Example


Text Example

White with #DF9850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9850; }

 p { color: rgb(223,152,80); }

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

background-color css

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

 a { background-color: rgb(223,152,80); }

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

border-color css

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

 span { border-color: rgb(223,152,80); }

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