Html Css Color HEX #D89D5E Porsche

📋 copy color: '#D89D5E'

red 216 ◦ green 157 ◦ blue 94

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

Shades of Porsche #D89D5E

Tints of Porsche #D89D5E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.62%

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

R = 46.25%
G = 33.62%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D89D5E (or 0xD89D5E) is known color: Porsche. HEX triplet: D8, 9D and 5E. RGB value is (216,157,94). Sum of RGB (Red+Green+Blue) = 216+157+94=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D89D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89D5E is #2762A1. Grayscale: #A7A7A7. Windows color (decimal): -2581154 or 6200792. OLE color: 6200792.

HSL color Cylindrical-coordinate representation of color #D89D5E: hue angle of 30.98º 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 #D89D5E is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 157 94 -
CMYK 0 0.27 0.56 0.15
HSL 30.98º 0.61% 0.61% -
HSV(B) 30.98º 0.56% 0.85% -
XYZ 42.4 39.52 15.98 -
YUV 167.46 86.55 162.62 -
System Red Green Blue C M Y K H S L
Decimal 216 157 94 0 0.27 0.56 0.15 30.98 0.61 0.61
Hex D8 9D 5E 0 1B 38 F 1F 3D 3D
Octal 330 235 136 0 33 70 17 37 75 75
Binary 11011000 10011101 1011110 0 11011 111000 1111 11111 111101 111101

Color Harmonies of #D89D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89D5E

Black with #D89D5E

Text Example


Text Example

White with #D89D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89D5E; }

 p { color: rgb(216,157,94); }

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

background-color css

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

 a { background-color: rgb(216,157,94); }

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

border-color css

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

 span { border-color: rgb(216,157,94); }

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