Html Css Color HEX #D99E52 Porsche

📋 copy color: '#D99E52'

red 217 ◦ green 158 ◦ blue 82

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

Shades of Porsche #D99E52

Tints of Porsche #D99E52

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.57%

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

R = 47.48%
G = 34.57%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D99E52 (or 0xD99E52) is known color: Porsche. HEX triplet: D9, 9E and 52. RGB value is (217,158,82). Sum of RGB (Red+Green+Blue) = 217+158+82=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 158 (62.11% from 255 or 34.57% from 457); Blue value is 82 (32.42% from 255 or 17.94% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99E52 is #2661AD. Grayscale: #A7A7A7. Windows color (decimal): -2515374 or 5414617. OLE color: 5414617.

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

Color convert

RGB 217 158 82 -
CMYK 0 0.27 0.62 0.15
HSL 33.78º 0.64% 0.59% -
HSV(B) 33.78º 0.62% 0.85% -
XYZ 42.37 39.81 13.43 -
YUV 166.98 80.05 163.68 -
System Red Green Blue C M Y K H S L
Decimal 217 158 82 0 0.27 0.62 0.15 33.78 0.64 0.59
Hex D9 9E 52 0 1B 3E F 22 40 3B
Octal 331 236 122 0 33 76 17 42 100 73
Binary 11011001 10011110 1010010 0 11011 111110 1111 100010 1000000 111011

Color Harmonies of #D99E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99E52

Black with #D99E52

Text Example


Text Example

White with #D99E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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