Html Css Color HEX #D99D68 Porsche

📋 copy color: '#D99D68'

red 217 ◦ green 157 ◦ blue 104

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

Shades of Porsche #D99D68

Tints of Porsche #D99D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.76%

R = 45.4%
G = 32.85%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D99D68 (or 0xD99D68) is known color: Porsche. HEX triplet: D9, 9D and 68. RGB value is (217,157,104). Sum of RGB (Red+Green+Blue) = 217+157+104=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 157 (61.72% from 255 or 32.85% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99D68 is #266297. Grayscale: #A9A9A9. Windows color (decimal): -2515608 or 6856153. OLE color: 6856153.

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

Color convert

RGB 217 157 104 -
CMYK 0 0.28 0.52 0.15
HSL 28.14º 0.6% 0.63% -
HSV(B) 28.14º 0.52% 0.85% -
XYZ 43.17 39.87 18.52 -
YUV 168.9 91.38 162.31 -
System Red Green Blue C M Y K H S L
Decimal 217 157 104 0 0.28 0.52 0.15 28.14 0.6 0.63
Hex D9 9D 68 0 1C 34 F 1C 3C 3F
Octal 331 235 150 0 34 64 17 34 74 77
Binary 11011001 10011101 1101000 0 11100 110100 1111 11100 111100 111111

Color Harmonies of #D99D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99D68

Black with #D99D68

Text Example


Text Example

White with #D99D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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