Html Css Color HEX #D9995F Porsche

📋 copy color: '#D9995F'

red 217 ◦ green 153 ◦ blue 95

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

Shades of Porsche #D9995F

Tints of Porsche #D9995F

RGB

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

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

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

R = 46.67%
G = 32.9%
B = 20.43%

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

#D9995F (or 0xD9995F) is known color: Porsche. HEX triplet: D9, 99 and 5F. RGB value is (217,153,95). Sum of RGB (Red+Green+Blue) = 217+153+95=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D9995F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9995F is #2666A0. Grayscale: #A5A5A5. Windows color (decimal): -2516641 or 6265305. OLE color: 6265305.

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

Color convert

RGB 217 153 95 -
CMYK 0 0.29 0.56 0.15
HSL 28.52º 0.62% 0.61% -
HSV(B) 28.52º 0.56% 0.85% -
XYZ 42.07 38.36 16.01 -
YUV 165.52 88.2 164.72 -
System Red Green Blue C M Y K H S L
Decimal 217 153 95 0 0.29 0.56 0.15 28.52 0.62 0.61
Hex D9 99 5F 0 1D 38 F 1D 3E 3D
Octal 331 231 137 0 35 70 17 35 76 75
Binary 11011001 10011001 1011111 0 11101 111000 1111 11101 111110 111101

Color Harmonies of #D9995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9995F

Black with #D9995F

Text Example


Text Example

White with #D9995F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9995F; }

 p { color: rgb(217,153,95); }

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

background-color css

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

 a { background-color: rgb(217,153,95); }

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

border-color css

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

 span { border-color: rgb(217,153,95); }

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