Html Css Color HEX #D99650 Porsche

📋 copy color: '#D99650'

red 217 ◦ green 150 ◦ blue 80

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

Shades of Porsche #D99650

Tints of Porsche #D99650

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.56%

 BLUE value IS 80 (31.64% from 255) = 17.9%

R = 48.55%
G = 33.56%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D99650 (or 0xD99650) is known color: Porsche. HEX triplet: D9, 96 and 50. RGB value is (217,150,80). Sum of RGB (Red+Green+Blue) = 217+150+80=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D99650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99650 is #2669AF. Grayscale: #A2A2A2. Windows color (decimal): -2517424 or 5281497. OLE color: 5281497.

HSL color Cylindrical-coordinate representation of color #D99650: hue angle of 30.66º 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 #D99650 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 150 80 -
CMYK 0 0.31 0.63 0.15
HSL 30.66º 0.64% 0.58% -
HSV(B) 30.66º 0.63% 0.85% -
XYZ 40.97 37.14 12.6 -
YUV 162.05 81.7 167.19 -
System Red Green Blue C M Y K H S L
Decimal 217 150 80 0 0.31 0.63 0.15 30.66 0.64 0.58
Hex D9 96 50 0 1F 3F F 1F 40 3A
Octal 331 226 120 0 37 77 17 37 100 72
Binary 11011001 10010110 1010000 0 11111 111111 1111 11111 1000000 111010

Color Harmonies of #D99650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99650

Black with #D99650

Text Example


Text Example

White with #D99650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99650; }

 p { color: rgb(217,150,80); }

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

background-color css

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

 a { background-color: rgb(217,150,80); }

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

border-color css

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

 span { border-color: rgb(217,150,80); }

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