Html Css Color HEX #D7A06B Porsche

📋 copy color: '#D7A06B'

red 215 ◦ green 160 ◦ blue 107

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

Shades of Porsche #D7A06B

Tints of Porsche #D7A06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.2%

R = 44.61%
G = 33.2%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D7A06B (or 0xD7A06B) is known color: Porsche. HEX triplet: D7, A0 and 6B. RGB value is (215,160,107). Sum of RGB (Red+Green+Blue) = 215+160+107=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 107 (42.19% from 255 or 22.20% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A06B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A06B is #285F94. Grayscale: #AAAAAA. Windows color (decimal): -2645909 or 7053527. OLE color: 7053527.

HSL color Cylindrical-coordinate representation of color #D7A06B: hue angle of 29.44º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D7A06B is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 160 107 -
CMYK 0 0.26 0.50 0.16
HSL 29.44º 0.57% 0.63% -
HSV(B) 29.44º 0.5% 0.84% -
XYZ 43.25 40.65 19.48 -
YUV 170.4 92.22 159.81 -
System Red Green Blue C M Y K H S L
Decimal 215 160 107 0 0.26 0.50 0.16 29.44 0.57 0.63
Hex D7 A0 6B 0 1A 32 10 1D 39 3F
Octal 327 240 153 0 32 62 20 35 71 77
Binary 11010111 10100000 1101011 0 11010 110010 10000 11101 111001 111111

Color Harmonies of #D7A06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A06B

Black with #D7A06B

Text Example


Text Example

White with #D7A06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A06B; }

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

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

background-color css

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

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

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

border-color css

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

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

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