Html Css Color HEX #D99D4F Porsche

📋 copy color: '#D99D4F'

red 217 ◦ green 157 ◦ blue 79

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

Shades of Porsche #D99D4F

Tints of Porsche #D99D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.44%

R = 47.9%
G = 34.66%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D99D4F (or 0xD99D4F) is known color: Porsche. HEX triplet: D9, 9D and 4F. RGB value is (217,157,79). Sum of RGB (Red+Green+Blue) = 217+157+79=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 157 (61.72% from 255 or 34.66% from 453); Blue value is 79 (31.25% from 255 or 17.44% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99D4F is #2662B0. Grayscale: #A6A6A6. Windows color (decimal): -2515633 or 5217753. OLE color: 5217753.

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

Color convert

RGB 217 157 79 -
CMYK 0 0.28 0.64 0.15
HSL 33.91º 0.64% 0.58% -
HSV(B) 33.91º 0.64% 0.85% -
XYZ 42.08 39.43 12.79 -
YUV 166.05 78.88 164.34 -
System Red Green Blue C M Y K H S L
Decimal 217 157 79 0 0.28 0.64 0.15 33.91 0.64 0.58
Hex D9 9D 4F 0 1C 40 F 22 40 3A
Octal 331 235 117 0 34 100 17 42 100 72
Binary 11011001 10011101 1001111 0 11100 1000000 1111 100010 1000000 111010

Color Harmonies of #D99D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99D4F

Black with #D99D4F

Text Example


Text Example

White with #D99D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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