Html Css Color HEX #D9A265 Porsche

📋 copy color: '#D9A265'

red 217 ◦ green 162 ◦ blue 101

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

Shades of Porsche #D9A265

Tints of Porsche #D9A265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.04%

R = 45.21%
G = 33.75%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D9A265 (or 0xD9A265) is known color: Porsche. HEX triplet: D9, A2 and 65. RGB value is (217,162,101). Sum of RGB (Red+Green+Blue) = 217+162+101=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 101 (39.84% from 255 or 21.04% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A265 is #265D9A. Grayscale: #ABABAB. Windows color (decimal): -2514331 or 6660825. OLE color: 6660825.

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

Color convert

RGB 217 162 101 -
CMYK 0 0.25 0.53 0.15
HSL 31.55º 0.6% 0.62% -
HSV(B) 31.55º 0.53% 0.85% -
XYZ 43.88 41.53 18.02 -
YUV 171.49 88.22 160.46 -
System Red Green Blue C M Y K H S L
Decimal 217 162 101 0 0.25 0.53 0.15 31.55 0.6 0.62
Hex D9 A2 65 0 19 35 F 20 3C 3E
Octal 331 242 145 0 31 65 17 40 74 76
Binary 11011001 10100010 1100101 0 11001 110101 1111 100000 111100 111110

Color Harmonies of #D9A265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A265

Black with #D9A265

Text Example


Text Example

White with #D9A265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A265; }

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

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

background-color css

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

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

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

border-color css

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

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

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