Html Css Color HEX #D7A067 Porsche

📋 copy color: '#D7A067'

red 215 ◦ green 160 ◦ blue 103

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

Shades of Porsche #D7A067

Tints of Porsche #D7A067

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.47%

 BLUE value IS 103 (40.63% from 255) = 21.55%

R = 44.98%
G = 33.47%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D7A067 (or 0xD7A067) is known color: Porsche. HEX triplet: D7, A0 and 67. RGB value is (215,160,103). Sum of RGB (Red+Green+Blue) = 215+160+103=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 103 (40.62% from 255 or 21.55% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A067 is #285F98. Grayscale: #AAAAAA. Windows color (decimal): -2645913 or 6791383. OLE color: 6791383.

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

Color convert

RGB 215 160 103 -
CMYK 0 0.26 0.52 0.16
HSL 30.54º 0.58% 0.62% -
HSV(B) 30.54º 0.52% 0.84% -
XYZ 43.04 40.57 18.39 -
YUV 169.95 90.22 160.13 -
System Red Green Blue C M Y K H S L
Decimal 215 160 103 0 0.26 0.52 0.16 30.54 0.58 0.62
Hex D7 A0 67 0 1A 34 10 1F 3A 3E
Octal 327 240 147 0 32 64 20 37 72 76
Binary 11010111 10100000 1100111 0 11010 110100 10000 11111 111010 111110

Color Harmonies of #D7A067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A067

Black with #D7A067

Text Example


Text Example

White with #D7A067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A067; }

 p { color: rgb(215,160,103); }

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

background-color css

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

 a { background-color: rgb(215,160,103); }

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

border-color css

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

 span { border-color: rgb(215,160,103); }

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