Html Css Color HEX #D99C58 Porsche

📋 copy color: '#D99C58'

red 217 ◦ green 156 ◦ blue 88

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

Shades of Porsche #D99C58

Tints of Porsche #D99C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.09%

R = 47.07%
G = 33.84%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D99C58 (or 0xD99C58) is known color: Porsche. HEX triplet: D9, 9C and 58. RGB value is (217,156,88). Sum of RGB (Red+Green+Blue) = 217+156+88=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 88 (34.77% from 255 or 19.09% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99C58 is #2663A7. Grayscale: #A6A6A6. Windows color (decimal): -2515880 or 5807321. OLE color: 5807321.

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

Color convert

RGB 217 156 88 -
CMYK 0 0.28 0.59 0.15
HSL 31.63º 0.63% 0.6% -
HSV(B) 31.63º 0.59% 0.85% -
XYZ 42.27 39.23 14.58 -
YUV 166.49 83.71 164.03 -
System Red Green Blue C M Y K H S L
Decimal 217 156 88 0 0.28 0.59 0.15 31.63 0.63 0.6
Hex D9 9C 58 0 1C 3B F 20 3F 3C
Octal 331 234 130 0 34 73 17 40 77 74
Binary 11011001 10011100 1011000 0 11100 111011 1111 100000 111111 111100

Color Harmonies of #D99C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99C58

Black with #D99C58

Text Example


Text Example

White with #D99C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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