Html Css Color HEX #D9A067 Porsche

📋 copy color: '#D9A067'

red 217 ◦ green 160 ◦ blue 103

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

Shades of Porsche #D9A067

Tints of Porsche #D9A067

RGB

 RED value IS 217 (85.16% from 255) = 45.21%

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

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

R = 45.21%
G = 33.33%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D9A067 (or 0xD9A067) is known color: Porsche. HEX triplet: D9, A0 and 67. RGB value is (217,160,103). Sum of RGB (Red+Green+Blue) = 217+160+103=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 103 (40.62% from 255 or 21.46% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A067 is #265F98. Grayscale: #AAAAAA. Windows color (decimal): -2514841 or 6791385. OLE color: 6791385.

HSL color Cylindrical-coordinate representation of color #D9A067: hue angle of 30º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D9A067 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 160 103 -
CMYK 0 0.26 0.53 0.15
HSL 30º 0.6% 0.63% -
HSV(B) 30º 0.53% 0.85% -
XYZ 43.63 40.87 18.42 -
YUV 170.55 89.88 161.13 -
System Red Green Blue C M Y K H S L
Decimal 217 160 103 0 0.26 0.53 0.15 30 0.6 0.63
Hex D9 A0 67 0 1A 35 F 1E 3C 3F
Octal 331 240 147 0 32 65 17 36 74 77
Binary 11011001 10100000 1100111 0 11010 110101 1111 11110 111100 111111

Color Harmonies of #D9A067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A067

Black with #D9A067

Text Example


Text Example

White with #D9A067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A067; }

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

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

background-color css

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

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

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

border-color css

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

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

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