Html Css Color HEX #D7A265 Porsche

📋 copy color: '#D7A265'

red 215 ◦ green 162 ◦ blue 101

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

Shades of Porsche #D7A265

Tints of Porsche #D7A265

RGB

 RED value IS 215 (84.38% from 255) = 44.98%

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

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

R = 44.98%
G = 33.89%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D7A265 (or 0xD7A265) is known color: Porsche. HEX triplet: D7, A2 and 65. RGB value is (215,162,101). Sum of RGB (Red+Green+Blue) = 215+162+101=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A265 is #285D9A. Grayscale: #ABABAB. Windows color (decimal): -2645403 or 6660823. OLE color: 6660823.

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

Color convert

RGB 215 162 101 -
CMYK 0 0.25 0.53 0.16
HSL 32.11º 0.59% 0.62% -
HSV(B) 32.11º 0.53% 0.84% -
XYZ 43.29 41.23 17.99 -
YUV 170.89 88.56 159.46 -
System Red Green Blue C M Y K H S L
Decimal 215 162 101 0 0.25 0.53 0.16 32.11 0.59 0.62
Hex D7 A2 65 0 19 35 10 20 3B 3E
Octal 327 242 145 0 31 65 20 40 73 76
Binary 11010111 10100010 1100101 0 11001 110101 10000 100000 111011 111110

Color Harmonies of #D7A265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A265

Black with #D7A265

Text Example


Text Example

White with #D7A265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A265; }

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

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

background-color css

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

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

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

border-color css

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

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

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