Html Css Color HEX #D7A264 Porsche

📋 copy color: '#D7A264'

red 215 ◦ green 162 ◦ blue 100

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

Shades of Porsche #D7A264

Tints of Porsche #D7A264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.96%

R = 45.07%
G = 33.96%
B = 20.96%

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

#D7A264 (or 0xD7A264) is known color: Porsche. HEX triplet: D7, A2 and 64. RGB value is (215,162,100). Sum of RGB (Red+Green+Blue) = 215+162+100=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 100 (39.45% from 255 or 20.96% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A264 is #285D9B. Grayscale: #ABABAB. Windows color (decimal): -2645404 or 6595287. OLE color: 6595287.

HSL color Cylindrical-coordinate representation of color #D7A264: hue angle of 32.35º 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 #D7A264 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 162 100 -
CMYK 0 0.25 0.53 0.16
HSL 32.35º 0.59% 0.62% -
HSV(B) 32.35º 0.53% 0.84% -
XYZ 43.24 41.21 17.73 -
YUV 170.78 88.06 159.54 -
System Red Green Blue C M Y K H S L
Decimal 215 162 100 0 0.25 0.53 0.16 32.35 0.59 0.62
Hex D7 A2 64 0 19 35 10 20 3B 3E
Octal 327 242 144 0 31 65 20 40 73 76
Binary 11010111 10100010 1100100 0 11001 110101 10000 100000 111011 111110

Color Harmonies of #D7A264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A264

Black with #D7A264

Text Example


Text Example

White with #D7A264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A264; }

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

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

background-color css

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

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

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

border-color css

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

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

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