Html Css Color HEX #D7A260 Porsche

📋 copy color: '#D7A260'

red 215 ◦ green 162 ◦ blue 96

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

Shades of Porsche #D7A260

Tints of Porsche #D7A260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.3%

R = 45.45%
G = 34.25%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D7A260 (or 0xD7A260) is known color: Porsche. HEX triplet: D7, A2 and 60. RGB value is (215,162,96). Sum of RGB (Red+Green+Blue) = 215+162+96=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 96 (37.89% from 255 or 20.30% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A260 is #285D9F. Grayscale: #AAAAAA. Windows color (decimal): -2645408 or 6333143. OLE color: 6333143.

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

Color convert

RGB 215 162 96 -
CMYK 0 0.25 0.55 0.16
HSL 33.28º 0.6% 0.61% -
HSV(B) 33.28º 0.55% 0.84% -
XYZ 43.06 41.13 16.74 -
YUV 170.32 86.06 159.87 -
System Red Green Blue C M Y K H S L
Decimal 215 162 96 0 0.25 0.55 0.16 33.28 0.6 0.61
Hex D7 A2 60 0 19 37 10 21 3C 3D
Octal 327 242 140 0 31 67 20 41 74 75
Binary 11010111 10100010 1100000 0 11001 110111 10000 100001 111100 111101

Color Harmonies of #D7A260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A260

Black with #D7A260

Text Example


Text Example

White with #D7A260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A260; }

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

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

background-color css

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

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

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

border-color css

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

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

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