Html Css Color HEX #D99A54 Porsche

📋 copy color: '#D99A54'

red 217 ◦ green 154 ◦ blue 84

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

Shades of Porsche #D99A54

Tints of Porsche #D99A54

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.85%

 BLUE value IS 84 (33.2% from 255) = 18.46%

R = 47.69%
G = 33.85%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D99A54 (or 0xD99A54) is known color: Porsche. HEX triplet: D9, 9A and 54. RGB value is (217,154,84). Sum of RGB (Red+Green+Blue) = 217+154+84=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 84 (33.20% from 255 or 18.46% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99A54 is #2665AB. Grayscale: #A5A5A5. Windows color (decimal): -2516396 or 5544665. OLE color: 5544665.

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

Color convert

RGB 217 154 84 -
CMYK 0 0.29 0.61 0.15
HSL 31.58º 0.64% 0.59% -
HSV(B) 31.58º 0.61% 0.85% -
XYZ 41.77 38.5 13.62 -
YUV 164.86 82.37 165.19 -
System Red Green Blue C M Y K H S L
Decimal 217 154 84 0 0.29 0.61 0.15 31.58 0.64 0.59
Hex D9 9A 54 0 1D 3D F 20 40 3B
Octal 331 232 124 0 35 75 17 40 100 73
Binary 11011001 10011010 1010100 0 11101 111101 1111 100000 1000000 111011

Color Harmonies of #D99A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99A54

Black with #D99A54

Text Example


Text Example

White with #D99A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99A54; }

 p { color: rgb(217,154,84); }

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

background-color css

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

 a { background-color: rgb(217,154,84); }

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

border-color css

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

 span { border-color: rgb(217,154,84); }

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