Html Css Color HEX #D99552 Porsche

📋 copy color: '#D99552'

red 217 ◦ green 149 ◦ blue 82

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

Shades of Porsche #D99552

Tints of Porsche #D99552

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.26%

 BLUE value IS 82 (32.42% from 255) = 18.3%

R = 48.44%
G = 33.26%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D99552 (or 0xD99552) is known color: Porsche. HEX triplet: D9, 95 and 52. RGB value is (217,149,82). Sum of RGB (Red+Green+Blue) = 217+149+82=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 82 (32.42% from 255 or 18.30% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D99552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99552 is #266AAD. Grayscale: #A2A2A2. Windows color (decimal): -2517678 or 5412313. OLE color: 5412313.

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

Color convert

RGB 217 149 82 -
CMYK 0 0.31 0.62 0.15
HSL 29.78º 0.64% 0.59% -
HSV(B) 29.78º 0.62% 0.85% -
XYZ 40.89 36.86 12.94 -
YUV 161.69 83.03 167.45 -
System Red Green Blue C M Y K H S L
Decimal 217 149 82 0 0.31 0.62 0.15 29.78 0.64 0.59
Hex D9 95 52 0 1F 3E F 1E 40 3B
Octal 331 225 122 0 37 76 17 36 100 73
Binary 11011001 10010101 1010010 0 11111 111110 1111 11110 1000000 111011

Color Harmonies of #D99552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99552

Black with #D99552

Text Example


Text Example

White with #D99552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99552; }

 p { color: rgb(217,149,82); }

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

background-color css

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

 a { background-color: rgb(217,149,82); }

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

border-color css

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

 span { border-color: rgb(217,149,82); }

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