Html Css Color HEX #D99952 Porsche

📋 copy color: '#D99952'

red 217 ◦ green 153 ◦ blue 82

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

Shades of Porsche #D99952

Tints of Porsche #D99952

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.85%

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

R = 48.01%
G = 33.85%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D99952 (or 0xD99952) is known color: Porsche. HEX triplet: D9, 99 and 52. RGB value is (217,153,82). Sum of RGB (Red+Green+Blue) = 217+153+82=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 82 (32.42% from 255 or 18.14% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D99952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99952 is #2666AD. Grayscale: #A4A4A4. Windows color (decimal): -2516654 or 5413337. OLE color: 5413337.

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

Color convert

RGB 217 153 82 -
CMYK 0 0.29 0.62 0.15
HSL 31.56º 0.64% 0.59% -
HSV(B) 31.56º 0.62% 0.85% -
XYZ 41.53 38.14 13.16 -
YUV 164.04 81.7 165.77 -
System Red Green Blue C M Y K H S L
Decimal 217 153 82 0 0.29 0.62 0.15 31.56 0.64 0.59
Hex D9 99 52 0 1D 3E F 20 40 3B
Octal 331 231 122 0 35 76 17 40 100 73
Binary 11011001 10011001 1010010 0 11101 111110 1111 100000 1000000 111011

Color Harmonies of #D99952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99952

Black with #D99952

Text Example


Text Example

White with #D99952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99952; }

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

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

background-color css

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

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

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

border-color css

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

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

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