Html Css Color HEX #D99C52 Porsche

📋 copy color: '#D99C52'

red 217 ◦ green 156 ◦ blue 82

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

Shades of Porsche #D99C52

Tints of Porsche #D99C52

RGB

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

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

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

R = 47.69%
G = 34.29%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D99C52 (or 0xD99C52) is known color: Porsche. HEX triplet: D9, 9C and 52. RGB value is (217,156,82). Sum of RGB (Red+Green+Blue) = 217+156+82=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 82 (32.42% from 255 or 18.02% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99C52 is #2663AD. Grayscale: #A6A6A6. Windows color (decimal): -2515886 or 5414105. OLE color: 5414105.

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

Color convert

RGB 217 156 82 -
CMYK 0 0.28 0.62 0.15
HSL 32.89º 0.64% 0.59% -
HSV(B) 32.89º 0.62% 0.85% -
XYZ 42.03 39.14 13.32 -
YUV 165.8 80.71 164.52 -
System Red Green Blue C M Y K H S L
Decimal 217 156 82 0 0.28 0.62 0.15 32.89 0.64 0.59
Hex D9 9C 52 0 1C 3E F 21 40 3B
Octal 331 234 122 0 34 76 17 41 100 73
Binary 11011001 10011100 1010010 0 11100 111110 1111 100001 1000000 111011

Color Harmonies of #D99C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99C52

Black with #D99C52

Text Example


Text Example

White with #D99C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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