Html Css Color HEX #D99D61 Porsche

📋 copy color: '#D99D61'

red 217 ◦ green 157 ◦ blue 97

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

Shades of Porsche #D99D61

Tints of Porsche #D99D61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.59%

R = 46.07%
G = 33.33%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D99D61 (or 0xD99D61) is known color: Porsche. HEX triplet: D9, 9D and 61. RGB value is (217,157,97). Sum of RGB (Red+Green+Blue) = 217+157+97=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99D61 is #26629E. Grayscale: #A8A8A8. Windows color (decimal): -2515615 or 6397401. OLE color: 6397401.

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

Color convert

RGB 217 157 97 -
CMYK 0 0.28 0.55 0.15
HSL 30º 0.61% 0.62% -
HSV(B) 30º 0.55% 0.85% -
XYZ 42.83 39.73 16.72 -
YUV 168.1 87.88 162.88 -
System Red Green Blue C M Y K H S L
Decimal 217 157 97 0 0.28 0.55 0.15 30 0.61 0.62
Hex D9 9D 61 0 1C 37 F 1E 3D 3E
Octal 331 235 141 0 34 67 17 36 75 76
Binary 11011001 10011101 1100001 0 11100 110111 1111 11110 111101 111110

Color Harmonies of #D99D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99D61

Black with #D99D61

Text Example


Text Example

White with #D99D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99D61; }

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

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

background-color css

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

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

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

border-color css

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

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

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