Html Css Color HEX #D8985A Porsche

📋 copy color: '#D8985A'

red 216 ◦ green 152 ◦ blue 90

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

Shades of Porsche #D8985A

Tints of Porsche #D8985A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.65%

R = 47.16%
G = 33.19%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8985A (or 0xD8985A) is known color: Porsche. HEX triplet: D8, 98 and 5A. RGB value is (216,152,90). Sum of RGB (Red+Green+Blue) = 216+152+90=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 152 (59.77% from 255 or 33.19% from 458); Blue value is 90 (35.55% from 255 or 19.65% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D8985A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8985A is #2767A5. Grayscale: #A4A4A4. Windows color (decimal): -2582438 or 5937368. OLE color: 5937368.

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

Color convert

RGB 216 152 90 -
CMYK 0 0.30 0.58 0.15
HSL 29.52º 0.62% 0.6% -
HSV(B) 29.52º 0.58% 0.85% -
XYZ 41.39 37.79 14.79 -
YUV 164.07 86.2 165.04 -
System Red Green Blue C M Y K H S L
Decimal 216 152 90 0 0.30 0.58 0.15 29.52 0.62 0.6
Hex D8 98 5A 0 1E 3A F 1E 3E 3C
Octal 330 230 132 0 36 72 17 36 76 74
Binary 11011000 10011000 1011010 0 11110 111010 1111 11110 111110 111100

Color Harmonies of #D8985A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8985A

Black with #D8985A

Text Example


Text Example

White with #D8985A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8985A; }

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

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

background-color css

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

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

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

border-color css

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

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

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