Html Css Color HEX #D99B59 Porsche

📋 copy color: '#D99B59'

red 217 ◦ green 155 ◦ blue 89

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

Shades of Porsche #D99B59

Tints of Porsche #D99B59

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.62%

 BLUE value IS 89 (35.16% from 255) = 19.31%

R = 47.07%
G = 33.62%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D99B59 (or 0xD99B59) is known color: Porsche. HEX triplet: D9, 9B and 59. RGB value is (217,155,89). Sum of RGB (Red+Green+Blue) = 217+155+89=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 89 (35.16% from 255 or 19.31% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D99B59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99B59 is #2664A6. Grayscale: #A6A6A6. Windows color (decimal): -2516135 or 5872601. OLE color: 5872601.

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

Color convert

RGB 217 155 89 -
CMYK 0 0.29 0.59 0.15
HSL 30.94º 0.63% 0.6% -
HSV(B) 30.94º 0.59% 0.85% -
XYZ 42.14 38.92 14.74 -
YUV 166.01 84.54 164.37 -
System Red Green Blue C M Y K H S L
Decimal 217 155 89 0 0.29 0.59 0.15 30.94 0.63 0.6
Hex D9 9B 59 0 1D 3B F 1F 3F 3C
Octal 331 233 131 0 35 73 17 37 77 74
Binary 11011001 10011011 1011001 0 11101 111011 1111 11111 111111 111100

Color Harmonies of #D99B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99B59

Black with #D99B59

Text Example


Text Example

White with #D99B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99B59; }

 p { color: rgb(217,155,89); }

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

background-color css

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

 a { background-color: rgb(217,155,89); }

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

border-color css

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

 span { border-color: rgb(217,155,89); }

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