Html Css Color HEX #D9985E Porsche

📋 copy color: '#D9985E'

red 217 ◦ green 152 ◦ blue 94

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

Shades of Porsche #D9985E

Tints of Porsche #D9985E

RGB

 RED value IS 217 (85.16% from 255) = 46.87%

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

 BLUE value IS 94 (37.11% from 255) = 20.3%

R = 46.87%
G = 32.83%
B = 20.3%

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

#D9985E (or 0xD9985E) is known color: Porsche. HEX triplet: D9, 98 and 5E. RGB value is (217,152,94). Sum of RGB (Red+Green+Blue) = 217+152+94=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D9985E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9985E is #2667A1. Grayscale: #A5A5A5. Windows color (decimal): -2516898 or 6199513. OLE color: 6199513.

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

Color convert

RGB 217 152 94 -
CMYK 0 0.30 0.57 0.15
HSL 28.29º 0.62% 0.61% -
HSV(B) 28.29º 0.57% 0.85% -
XYZ 41.86 38.02 15.72 -
YUV 164.82 88.03 165.22 -
System Red Green Blue C M Y K H S L
Decimal 217 152 94 0 0.30 0.57 0.15 28.29 0.62 0.61
Hex D9 98 5E 0 1E 39 F 1C 3E 3D
Octal 331 230 136 0 36 71 17 34 76 75
Binary 11011001 10011000 1011110 0 11110 111001 1111 11100 111110 111101

Color Harmonies of #D9985E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9985E

Black with #D9985E

Text Example


Text Example

White with #D9985E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9985E; }

 p { color: rgb(217,152,94); }

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

background-color css

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

 a { background-color: rgb(217,152,94); }

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

border-color css

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

 span { border-color: rgb(217,152,94); }

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