Html Css Color HEX #DF9855 Porsche

📋 copy color: '#DF9855'

red 223 ◦ green 152 ◦ blue 85

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

Shades of Porsche #DF9855

Tints of Porsche #DF9855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.48%

R = 48.48%
G = 33.04%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DF9855 (or 0xDF9855) is known color: Porsche. HEX triplet: DF, 98 and 55. RGB value is (223,152,85). Sum of RGB (Red+Green+Blue) = 223+152+85=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 85 (33.59% from 255 or 18.48% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9855 is #2067AA. Grayscale: #A5A5A5. Windows color (decimal): -2123691 or 5609695. OLE color: 5609695.

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

Color convert

RGB 223 152 85 -
CMYK 0 0.32 0.62 0.13
HSL 29.13º 0.68% 0.6% -
HSV(B) 29.13º 0.62% 0.87% -
XYZ 43.3 38.8 13.8 -
YUV 165.59 82.52 168.95 -
System Red Green Blue C M Y K H S L
Decimal 223 152 85 0 0.32 0.62 0.13 29.13 0.68 0.6
Hex DF 98 55 0 20 3E D 1D 44 3C
Octal 337 230 125 0 40 76 15 35 104 74
Binary 11011111 10011000 1010101 0 100000 111110 1101 11101 1000100 111100

Color Harmonies of #DF9855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9855

Black with #DF9855

Text Example


Text Example

White with #DF9855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9855; }

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

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

background-color css

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

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

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

border-color css

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

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

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