Html Css Color HEX #D99852 Porsche

📋 copy color: '#D99852'

red 217 ◦ green 152 ◦ blue 82

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

Shades of Porsche #D99852

Tints of Porsche #D99852

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.7%

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

R = 48.12%
G = 33.7%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D99852 (or 0xD99852) is known color: Porsche. HEX triplet: D9, 98 and 52. RGB value is (217,152,82). Sum of RGB (Red+Green+Blue) = 217+152+82=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 152 (59.77% from 255 or 33.70% from 451); Blue value is 82 (32.42% from 255 or 18.18% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D99852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99852 is #2667AD. Grayscale: #A3A3A3. Windows color (decimal): -2516910 or 5413081. OLE color: 5413081.

HSL color Cylindrical-coordinate representation of color #D99852: hue angle of 31.11º 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 #D99852 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 152 82 -
CMYK 0 0.30 0.62 0.15
HSL 31.11º 0.64% 0.59% -
HSV(B) 31.11º 0.62% 0.85% -
XYZ 41.37 37.82 13.1 -
YUV 163.46 82.03 166.19 -
System Red Green Blue C M Y K H S L
Decimal 217 152 82 0 0.30 0.62 0.15 31.11 0.64 0.59
Hex D9 98 52 0 1E 3E F 1F 40 3B
Octal 331 230 122 0 36 76 17 37 100 73
Binary 11011001 10011000 1010010 0 11110 111110 1111 11111 1000000 111011

Color Harmonies of #D99852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99852

Black with #D99852

Text Example


Text Example

White with #D99852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99852; }

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

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

background-color css

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

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

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

border-color css

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

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

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