Html Css Color HEX #D8985C Porsche

📋 copy color: '#D8985C'

red 216 ◦ green 152 ◦ blue 92

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

Shades of Porsche #D8985C

Tints of Porsche #D8985C

RGB

 RED value IS 216 (84.77% from 255) = 46.96%

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

 BLUE value IS 92 (36.33% from 255) = 20%

R = 46.96%
G = 33.04%
B = 20%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8985C (or 0xD8985C) is known color: Porsche. HEX triplet: D8, 98 and 5C. RGB value is (216,152,92). Sum of RGB (Red+Green+Blue) = 216+152+92=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 216 - color contains mainly: red. Hex color #D8985C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8985C is #2767A3. Grayscale: #A4A4A4. Windows color (decimal): -2582436 or 6068440. OLE color: 6068440.

HSL color Cylindrical-coordinate representation of color #D8985C: hue angle of 29.03º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8985C is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 152 92 -
CMYK 0 0.30 0.57 0.15
HSL 29.03º 0.61% 0.6% -
HSV(B) 29.03º 0.57% 0.85% -
XYZ 41.48 37.83 15.24 -
YUV 164.3 87.2 164.88 -
System Red Green Blue C M Y K H S L
Decimal 216 152 92 0 0.30 0.57 0.15 29.03 0.61 0.6
Hex D8 98 5C 0 1E 39 F 1D 3D 3C
Octal 330 230 134 0 36 71 17 35 75 74
Binary 11011000 10011000 1011100 0 11110 111001 1111 11101 111101 111100

Color Harmonies of #D8985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8985C

Black with #D8985C

Text Example


Text Example

White with #D8985C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8985C; }

 p { color: rgb(216,152,92); }

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

background-color css

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

 a { background-color: rgb(216,152,92); }

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

border-color css

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

 span { border-color: rgb(216,152,92); }

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