Html Css Color HEX #D6A16A Porsche

📋 copy color: '#D6A16A'

red 214 ◦ green 161 ◦ blue 106

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

Shades of Porsche #D6A16A

Tints of Porsche #D6A16A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.47%

 BLUE value IS 106 (41.8% from 255) = 22.04%

R = 44.49%
G = 33.47%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6A16A (or 0xD6A16A) is known color: Porsche. HEX triplet: D6, A1 and 6A. RGB value is (214,161,106). Sum of RGB (Red+Green+Blue) = 214+161+106=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 106 (41.80% from 255 or 22.04% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A16A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A16A is #295E95. Grayscale: #AAAAAA. Windows color (decimal): -2711190 or 6988246. OLE color: 6988246.

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

Color convert

RGB 214 161 106 -
CMYK 0 0.25 0.50 0.16
HSL 30.56º 0.57% 0.63% -
HSV(B) 30.56º 0.5% 0.84% -
XYZ 43.08 40.83 19.25 -
YUV 170.58 91.56 158.97 -
System Red Green Blue C M Y K H S L
Decimal 214 161 106 0 0.25 0.50 0.16 30.56 0.57 0.63
Hex D6 A1 6A 0 19 32 10 1F 39 3F
Octal 326 241 152 0 31 62 20 37 71 77
Binary 11010110 10100001 1101010 0 11001 110010 10000 11111 111001 111111

Color Harmonies of #D6A16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A16A

Black with #D6A16A

Text Example


Text Example

White with #D6A16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A16A; }

 p { color: rgb(214,161,106); }

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

background-color css

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

 a { background-color: rgb(214,161,106); }

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

border-color css

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

 span { border-color: rgb(214,161,106); }

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