Html Css Color HEX #D89C5F Porsche

📋 copy color: '#D89C5F'

red 216 ◦ green 156 ◦ blue 95

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

Shades of Porsche #D89C5F

Tints of Porsche #D89C5F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.4%

 BLUE value IS 95 (37.5% from 255) = 20.34%

R = 46.25%
G = 33.4%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D89C5F (or 0xD89C5F) is known color: Porsche. HEX triplet: D8, 9C and 5F. RGB value is (216,156,95). Sum of RGB (Red+Green+Blue) = 216+156+95=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 95 (37.5% from 255 or 20.34% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89C5F is #2763A0. Grayscale: #A7A7A7. Windows color (decimal): -2581409 or 6266072. OLE color: 6266072.

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

Color convert

RGB 216 156 95 -
CMYK 0 0.28 0.56 0.15
HSL 30.25º 0.61% 0.61% -
HSV(B) 30.25º 0.56% 0.85% -
XYZ 42.27 39.2 16.17 -
YUV 166.99 87.38 162.96 -
System Red Green Blue C M Y K H S L
Decimal 216 156 95 0 0.28 0.56 0.15 30.25 0.61 0.61
Hex D8 9C 5F 0 1C 38 F 1E 3D 3D
Octal 330 234 137 0 34 70 17 36 75 75
Binary 11011000 10011100 1011111 0 11100 111000 1111 11110 111101 111101

Color Harmonies of #D89C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89C5F

Black with #D89C5F

Text Example


Text Example

White with #D89C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89C5F; }

 p { color: rgb(216,156,95); }

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

background-color css

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

 a { background-color: rgb(216,156,95); }

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

border-color css

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

 span { border-color: rgb(216,156,95); }

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