Html Css Color HEX #D99755 Porsche

📋 copy color: '#D99755'

red 217 ◦ green 151 ◦ blue 85

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

Shades of Porsche #D99755

Tints of Porsche #D99755

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.33%

 BLUE value IS 85 (33.59% from 255) = 18.76%

R = 47.9%
G = 33.33%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D99755 (or 0xD99755) is known color: Porsche. HEX triplet: D9, 97 and 55. RGB value is (217,151,85). Sum of RGB (Red+Green+Blue) = 217+151+85=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 151 (59.38% from 255 or 33.33% from 453); Blue value is 85 (33.59% from 255 or 18.76% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D99755 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99755 is #2668AA. Grayscale: #A3A3A3. Windows color (decimal): -2517163 or 5609433. OLE color: 5609433.

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

Color convert

RGB 217 151 85 -
CMYK 0 0.30 0.61 0.15
HSL 30º 0.63% 0.59% -
HSV(B) 30º 0.61% 0.85% -
XYZ 41.32 37.54 13.66 -
YUV 163.21 83.87 166.37 -
System Red Green Blue C M Y K H S L
Decimal 217 151 85 0 0.30 0.61 0.15 30 0.63 0.59
Hex D9 97 55 0 1E 3D F 1E 3F 3B
Octal 331 227 125 0 36 75 17 36 77 73
Binary 11011001 10010111 1010101 0 11110 111101 1111 11110 111111 111011

Color Harmonies of #D99755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99755

Black with #D99755

Text Example


Text Example

White with #D99755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99755; }

 p { color: rgb(217,151,85); }

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

background-color css

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

 a { background-color: rgb(217,151,85); }

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

border-color css

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

 span { border-color: rgb(217,151,85); }

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