Html Css Color HEX #D6A069 Porsche

📋 copy color: '#D6A069'

red 214 ◦ green 160 ◦ blue 105

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

Shades of Porsche #D6A069

Tints of Porsche #D6A069

RGB

 RED value IS 214 (83.98% from 255) = 44.68%

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

 BLUE value IS 105 (41.41% from 255) = 21.92%

R = 44.68%
G = 33.4%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D6A069 (or 0xD6A069) is known color: Porsche. HEX triplet: D6, A0 and 69. RGB value is (214,160,105). Sum of RGB (Red+Green+Blue) = 214+160+105=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 105 (41.41% from 255 or 21.92% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A069 is #295F96. Grayscale: #AAAAAA. Windows color (decimal): -2711447 or 6922454. OLE color: 6922454.

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

Color convert

RGB 214 160 105 -
CMYK 0 0.25 0.51 0.16
HSL 30.28º 0.57% 0.63% -
HSV(B) 30.28º 0.51% 0.84% -
XYZ 42.85 40.46 18.92 -
YUV 169.88 91.39 159.47 -
System Red Green Blue C M Y K H S L
Decimal 214 160 105 0 0.25 0.51 0.16 30.28 0.57 0.63
Hex D6 A0 69 0 19 33 10 1E 39 3F
Octal 326 240 151 0 31 63 20 36 71 77
Binary 11010110 10100000 1101001 0 11001 110011 10000 11110 111001 111111

Color Harmonies of #D6A069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A069

Black with #D6A069

Text Example


Text Example

White with #D6A069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A069; }

 p { color: rgb(214,160,105); }

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

background-color css

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

 a { background-color: rgb(214,160,105); }

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

border-color css

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

 span { border-color: rgb(214,160,105); }

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