Html Css Color HEX #D99D5C Porsche

📋 copy color: '#D99D5C'

red 217 ◦ green 157 ◦ blue 92

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

Shades of Porsche #D99D5C

Tints of Porsche #D99D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.74%

R = 46.57%
G = 33.69%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D99D5C (or 0xD99D5C) is known color: Porsche. HEX triplet: D9, 9D and 5C. RGB value is (217,157,92). Sum of RGB (Red+Green+Blue) = 217+157+92=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 92 (36.33% from 255 or 19.74% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99D5C is #2662A3. Grayscale: #A7A7A7. Windows color (decimal): -2515620 or 6069721. OLE color: 6069721.

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

Color convert

RGB 217 157 92 -
CMYK 0 0.28 0.58 0.15
HSL 31.2º 0.62% 0.61% -
HSV(B) 31.2º 0.58% 0.85% -
XYZ 42.6 39.64 15.53 -
YUV 167.53 85.38 163.29 -
System Red Green Blue C M Y K H S L
Decimal 217 157 92 0 0.28 0.58 0.15 31.2 0.62 0.61
Hex D9 9D 5C 0 1C 3A F 1F 3E 3D
Octal 331 235 134 0 34 72 17 37 76 75
Binary 11011001 10011101 1011100 0 11100 111010 1111 11111 111110 111101

Color Harmonies of #D99D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99D5C

Black with #D99D5C

Text Example


Text Example

White with #D99D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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