Html Css Color HEX #D99D51 Porsche

📋 copy color: '#D99D51'

red 217 ◦ green 157 ◦ blue 81

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

Shades of Porsche #D99D51

Tints of Porsche #D99D51

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.51%

 BLUE value IS 81 (32.03% from 255) = 17.8%

R = 47.69%
G = 34.51%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D99D51 (or 0xD99D51) is known color: Porsche. HEX triplet: D9, 9D and 51. RGB value is (217,157,81). Sum of RGB (Red+Green+Blue) = 217+157+81=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 81 (32.03% from 255 or 17.80% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99D51 is #2662AE. Grayscale: #A6A6A6. Windows color (decimal): -2515631 or 5348825. OLE color: 5348825.

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

Color convert

RGB 217 157 81 -
CMYK 0 0.28 0.63 0.15
HSL 33.53º 0.64% 0.58% -
HSV(B) 33.53º 0.63% 0.85% -
XYZ 42.16 39.46 13.18 -
YUV 166.28 79.88 164.18 -
System Red Green Blue C M Y K H S L
Decimal 217 157 81 0 0.28 0.63 0.15 33.53 0.64 0.58
Hex D9 9D 51 0 1C 3F F 22 40 3A
Octal 331 235 121 0 34 77 17 42 100 72
Binary 11011001 10011101 1010001 0 11100 111111 1111 100010 1000000 111010

Color Harmonies of #D99D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99D51

Black with #D99D51

Text Example


Text Example

White with #D99D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99D51; }

 p { color: rgb(217,157,81); }

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

background-color css

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

 a { background-color: rgb(217,157,81); }

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

border-color css

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

 span { border-color: rgb(217,157,81); }

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