Html Css Color HEX #D99956 Porsche

📋 copy color: '#D99956'

red 217 ◦ green 153 ◦ blue 86

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

Shades of Porsche #D99956

Tints of Porsche #D99956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.86%

R = 47.59%
G = 33.55%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D99956 (or 0xD99956) is known color: Porsche. HEX triplet: D9, 99 and 56. RGB value is (217,153,86). Sum of RGB (Red+Green+Blue) = 217+153+86=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 86 (33.98% from 255 or 18.86% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D99956 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99956 is #2666A9. Grayscale: #A4A4A4. Windows color (decimal): -2516650 or 5675481. OLE color: 5675481.

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

Color convert

RGB 217 153 86 -
CMYK 0 0.29 0.60 0.15
HSL 30.69º 0.63% 0.59% -
HSV(B) 30.69º 0.6% 0.85% -
XYZ 41.69 38.21 13.98 -
YUV 164.5 83.7 165.45 -
System Red Green Blue C M Y K H S L
Decimal 217 153 86 0 0.29 0.60 0.15 30.69 0.63 0.59
Hex D9 99 56 0 1D 3C F 1F 3F 3B
Octal 331 231 126 0 35 74 17 37 77 73
Binary 11011001 10011001 1010110 0 11101 111100 1111 11111 111111 111011

Color Harmonies of #D99956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99956

Black with #D99956

Text Example


Text Example

White with #D99956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99956; }

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

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

background-color css

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

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

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

border-color css

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

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

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