Html Css Color HEX #D99C5E Porsche

📋 copy color: '#D99C5E'

red 217 ◦ green 156 ◦ blue 94

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

Shades of Porsche #D99C5E

Tints of Porsche #D99C5E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.4%

 BLUE value IS 94 (37.11% from 255) = 20.13%

R = 46.47%
G = 33.4%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D99C5E (or 0xD99C5E) is known color: Porsche. HEX triplet: D9, 9C and 5E. RGB value is (217,156,94). Sum of RGB (Red+Green+Blue) = 217+156+94=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99C5E is #2663A1. Grayscale: #A7A7A7. Windows color (decimal): -2515874 or 6200537. OLE color: 6200537.

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

Color convert

RGB 217 156 94 -
CMYK 0 0.28 0.57 0.15
HSL 30.24º 0.62% 0.61% -
HSV(B) 30.24º 0.57% 0.85% -
XYZ 42.52 39.34 15.94 -
YUV 167.17 86.71 163.54 -
System Red Green Blue C M Y K H S L
Decimal 217 156 94 0 0.28 0.57 0.15 30.24 0.62 0.61
Hex D9 9C 5E 0 1C 39 F 1E 3E 3D
Octal 331 234 136 0 34 71 17 36 76 75
Binary 11011001 10011100 1011110 0 11100 111001 1111 11110 111110 111101

Color Harmonies of #D99C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99C5E

Black with #D99C5E

Text Example


Text Example

White with #D99C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99C5E; }

 p { color: rgb(217,156,94); }

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

background-color css

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

 a { background-color: rgb(217,156,94); }

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

border-color css

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

 span { border-color: rgb(217,156,94); }

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