Html Css Color HEX #D89C5C Porsche

📋 copy color: '#D89C5C'

red 216 ◦ green 156 ◦ blue 92

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

Shades of Porsche #D89C5C

Tints of Porsche #D89C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.83%

R = 46.55%
G = 33.62%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D89C5C (or 0xD89C5C) is known color: Porsche. HEX triplet: D8, 9C and 5C. RGB value is (216,156,92). Sum of RGB (Red+Green+Blue) = 216+156+92=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 92 (36.33% from 255 or 19.83% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89C5C is #2763A3. Grayscale: #A6A6A6. Windows color (decimal): -2581412 or 6069464. OLE color: 6069464.

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

Color convert

RGB 216 156 92 -
CMYK 0 0.28 0.57 0.15
HSL 30.97º 0.61% 0.6% -
HSV(B) 30.97º 0.57% 0.85% -
XYZ 42.14 39.15 15.46 -
YUV 166.64 85.88 163.2 -
System Red Green Blue C M Y K H S L
Decimal 216 156 92 0 0.28 0.57 0.15 30.97 0.61 0.6
Hex D8 9C 5C 0 1C 39 F 1F 3D 3C
Octal 330 234 134 0 34 71 17 37 75 74
Binary 11011000 10011100 1011100 0 11100 111001 1111 11111 111101 111100

Color Harmonies of #D89C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89C5C

Black with #D89C5C

Text Example


Text Example

White with #D89C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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