Html Css Color HEX #D89960 Porsche

📋 copy color: '#D89960'

red 216 ◦ green 153 ◦ blue 96

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

Shades of Porsche #D89960

Tints of Porsche #D89960

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.9%

 BLUE value IS 96 (37.89% from 255) = 20.65%

R = 46.45%
G = 32.9%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D89960 (or 0xD89960) is known color: Porsche. HEX triplet: D8, 99 and 60. RGB value is (216,153,96). Sum of RGB (Red+Green+Blue) = 216+153+96=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D89960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89960 is #27669F. Grayscale: #A5A5A5. Windows color (decimal): -2582176 or 6330840. OLE color: 6330840.

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

Color convert

RGB 216 153 96 -
CMYK 0 0.29 0.56 0.15
HSL 28.5º 0.61% 0.61% -
HSV(B) 28.5º 0.56% 0.85% -
XYZ 41.82 38.23 16.24 -
YUV 165.34 88.87 164.13 -
System Red Green Blue C M Y K H S L
Decimal 216 153 96 0 0.29 0.56 0.15 28.5 0.61 0.61
Hex D8 99 60 0 1D 38 F 1C 3D 3D
Octal 330 231 140 0 35 70 17 34 75 75
Binary 11011000 10011001 1100000 0 11101 111000 1111 11100 111101 111101

Color Harmonies of #D89960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89960

Black with #D89960

Text Example


Text Example

White with #D89960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89960; }

 p { color: rgb(216,153,96); }

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

background-color css

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

 a { background-color: rgb(216,153,96); }

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

border-color css

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

 span { border-color: rgb(216,153,96); }

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