Html Css Color HEX #D9A261 Porsche

📋 copy color: '#D9A261'

red 217 ◦ green 162 ◦ blue 97

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

Shades of Porsche #D9A261

Tints of Porsche #D9A261

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.03%

 BLUE value IS 97 (38.28% from 255) = 20.38%

R = 45.59%
G = 34.03%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D9A261 (or 0xD9A261) is known color: Porsche. HEX triplet: D9, A2 and 61. RGB value is (217,162,97). Sum of RGB (Red+Green+Blue) = 217+162+97=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 97 (38.28% from 255 or 20.38% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A261 is #265D9E. Grayscale: #ABABAB. Windows color (decimal): -2514335 or 6398681. OLE color: 6398681.

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

Color convert

RGB 217 162 97 -
CMYK 0 0.25 0.55 0.15
HSL 32.5º 0.61% 0.62% -
HSV(B) 32.5º 0.55% 0.85% -
XYZ 43.69 41.46 17.01 -
YUV 171.04 86.22 160.79 -
System Red Green Blue C M Y K H S L
Decimal 217 162 97 0 0.25 0.55 0.15 32.5 0.61 0.62
Hex D9 A2 61 0 19 37 F 20 3D 3E
Octal 331 242 141 0 31 67 17 40 75 76
Binary 11011001 10100010 1100001 0 11001 110111 1111 100000 111101 111110

Color Harmonies of #D9A261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A261

Black with #D9A261

Text Example


Text Example

White with #D9A261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A261; }

 p { color: rgb(217,162,97); }

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

background-color css

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

 a { background-color: rgb(217,162,97); }

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

border-color css

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

 span { border-color: rgb(217,162,97); }

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